UnboundActionPathSegment.Action Property

 

Gets the action being invoked.

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

Syntax

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

Property Value

Type: Microsoft.OData.Edm.IEdmActionImport

See Also

UnboundActionPathSegment Class
System.Web.OData.Routing Namespace

Return to top