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