ODataUriParser.Settings Property

The settings for this instance of ODataUriParser. Refer to the documentation for the individual properties of ODataUriParserSettings for more information.

Namespace:  Microsoft.Data.OData.Query
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property Settings As ODataUriParserSettings 
    Get
'Usage
Dim instance As ODataUriParser 
Dim value As ODataUriParserSettings 

value = instance.Settings
public ODataUriParserSettings Settings { get; }
public:
property ODataUriParserSettings^ Settings {
    ODataUriParserSettings^ get ();
}
member Settings : ODataUriParserSettings
function get Settings () : ODataUriParserSettings

Property Value

Type: Microsoft.Data.OData.Query.ODataUriParserSettings

See Also

Reference

ODataUriParser Class

Microsoft.Data.OData.Query Namespace