ODataQueryContext.Path Property

 

Gets the ODataPath.

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

Syntax

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

Property Value

Type: System.Web.OData.Routing.ODataPath

See Also

ODataQueryContext Class
System.Web.OData Namespace

Return to top