UnboundFunctionPathSegment.Function Property
Gets the function being invoked.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmFunctionImport Function {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmFunctionImport^ Function {
[CompilerGeneratedAttribute]
IEdmFunctionImport^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmFunctionImport^ value);
}
member Function : IEdmFunctionImport with get, private set
Public Property Function As IEdmFunctionImport
Get
Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmFunctionImport
See Also
UnboundFunctionPathSegment Class
System.Web.OData.Routing Namespace
Return to top