Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the function being invoked.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmFunction Function {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmFunction^ Function {
[CompilerGeneratedAttribute]
IEdmFunction^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmFunction^ value);
}
member Function : IEdmFunction with get, private set
Public Property Function As IEdmFunction
Get
Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmFunction
See Also
BoundFunctionPathSegment Class
System.Web.OData.Routing Namespace
Return to top