BoundActionPathSegment.Action Property
Gets the action being invoked.
Namespace: System.Web.OData.Routing
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
BoundActionPathSegment Class
System.Web.OData.Routing Namespace
Return to top