Gets the path template describing the types of segments in the path.
Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public string PathTemplate { get; }
public:
property String^ PathTemplate {
    String^ get();
}
member PathTemplate : string with get
Public ReadOnly Property PathTemplate As String
Property Value
Type: System.String
See Also
ODataPath Class
System.Web.OData.Routing Namespace
Return to top