ODataMessageWriterSettings.ODataUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The OData Uri of an incoming request. Call ODataUriParser's methods, and assign properties (e.g., ODataPath) to ODataUri.
public Microsoft.OData.ODataUri ODataUri { get; set; }
member this.ODataUri : Microsoft.OData.ODataUri with get, set
Public Property ODataUri As ODataUri