Gets or sets the ODataPath of the request.
Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public ODataPath Path {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property ODataPath^ Path {
    [CompilerGeneratedAttribute]
    ODataPath^ get();
    [CompilerGeneratedAttribute]
    void set(ODataPath^ value);
}
member Path : ODataPath with get, set
Public Property Path As ODataPath
Property Value
Type: System.Web.OData.Routing.ODataPath
See Also
ODataSerializerContext Class
System.Web.OData.Formatter.Serialization Namespace
Return to top