Share via


ODataUntypedActionParameters.Action Property

 

Gets the OData action of this parameters.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IEdmFunctionImport Action {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IEdmFunctionImport^ Action {
    [CompilerGeneratedAttribute]
    IEdmFunctionImport^ get();
    [CompilerGeneratedAttribute]
    private: void set(IEdmFunctionImport^ value);
}
member Action : IEdmFunctionImport with get, private set
Public Property Action As IEdmFunctionImport
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Data.Edm.IEdmFunctionImport

See Also

ODataUntypedActionParameters Class
System.Web.Http.OData Namespace

Return to top