Share via


HttpRequestMessageProperties.Path Property

 

Gets or sets the OData path of the request.

Namespace:   System.Web.Http.OData.Extensions
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public ODataPath Path { get; set; }
public:
property ODataPath^ Path {
    ODataPath^ get();
    void set(ODataPath^ value);
}
member Path : ODataPath with get, set
Public Property Path As ODataPath

Property Value

Type: System.Web.Http.OData.Routing.ODataPath

See Also

HttpRequestMessageProperties Class
System.Web.Http.OData.Extensions Namespace

Return to top