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 name of the route this constraint is associated with.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string RouteName {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property String^ RouteName {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
private: void set(String^ value);
}
member RouteName : string with get, private set
Public Property RouteName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
ODataPathRouteConstraint Class
System.Web.Http.OData.Routing Namespace
Return to top