ODataRoute.PathRouteConstraint Property

 

Gets the ODataPathRouteConstraint on this route.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ODataPathRouteConstraint PathRouteConstraint {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property ODataPathRouteConstraint^ PathRouteConstraint {
    [CompilerGeneratedAttribute]
    ODataPathRouteConstraint^ get();
    [CompilerGeneratedAttribute]
    private: void set(ODataPathRouteConstraint^ value);
}
member PathRouteConstraint : ODataPathRouteConstraint with get, private set
Public Property PathRouteConstraint As ODataPathRouteConstraint
    Get
    Private Set
End Property

Property Value

Type: System.Web.OData.Routing.ODataPathRouteConstraint

See Also

ODataRoute Class
System.Web.OData.Routing Namespace

Return to top