Gets the OData action of this parameters.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmAction Action {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IEdmAction^ Action {
    [CompilerGeneratedAttribute]
    IEdmAction^ get();
    [CompilerGeneratedAttribute]
    private: void set(IEdmAction^ value);
}
member Action : IEdmAction with get, private set
Public Property Action As IEdmAction
    Get
    Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmAction
See Also
ODataUntypedActionParameters Class
System.Web.OData Namespace
Return to top