Share via


DataServiceUrlKeyDelimiter.Slash Property

Definition

An instance of DataServiceUrlKeyDelimiter which uses slash delimiter. Specifically, this instance will produce keys that use segments like "Customers/ALFKI".

public static Microsoft.OData.Client.DataServiceUrlKeyDelimiter Slash { get; }
member this.Slash : Microsoft.OData.Client.DataServiceUrlKeyDelimiter
Public Shared ReadOnly Property Slash As DataServiceUrlKeyDelimiter

Property Value

Applies to