Share via


ODataSerializerContext.Path Property

Gets or sets the ODataPath of the request.

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

Syntax

'Declaration
Public Property Path As ODataPath 
    Get 
    Set
'Usage
Dim instance As ODataSerializerContext 
Dim value As ODataPath 

value = instance.Path

instance.Path = value
public ODataPath Path { get; set; }
public:
property ODataPath^ Path {
    ODataPath^ get ();
    void set (ODataPath^ value);
}
member Path : ODataPath with get, set
function get Path () : ODataPath 
function set Path (value : ODataPath)

Property Value

Type: System.Web.Http.OData.Routing.ODataPath
The ODataPath of the request.

See Also

Reference

ODataSerializerContext Class

System.Web.Http.OData.Formatter.Serialization Namespace