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