ODataUrlConventions.KeyAsSegment Property

An instance of ODataUrlConventions which uses key-as-segment URL conventions. Specifically, this instance will produce keys that use segments like "Customers/ALFKI".

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

Syntax

'Declaration
Public Shared ReadOnly Property KeyAsSegment As ODataUrlConventions 
    Get
'Usage
Dim value As ODataUrlConventions 

value = ODataUrlConventions.KeyAsSegment
public static ODataUrlConventions KeyAsSegment { get; }
public:
static property ODataUrlConventions^ KeyAsSegment {
    ODataUrlConventions^ get ();
}
static member KeyAsSegment : ODataUrlConventions
static function get KeyAsSegment () : ODataUrlConventions

Property Value

Type: Microsoft.Data.OData.Query.ODataUrlConventions

See Also

Reference

ODataUrlConventions Class

Microsoft.Data.OData.Query Namespace