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
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.Http.OData.Routing.ODataPath
See Also
ODataSerializerContext Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top