DataServiceProtocolVersion Enumeration

Represents the versions of the Open Data Protocol (OData) that the data service may support.

Namespace:  System.Data.Services.Common
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Enumeration DataServiceProtocolVersion
'Usage
Dim instance As DataServiceProtocolVersion
public enum DataServiceProtocolVersion
public enum class DataServiceProtocolVersion
type DataServiceProtocolVersion
public enum DataServiceProtocolVersion

Members

Member name Description
V1 Version 1 of the OData protocol.
V2 Version 2 of the OData protocol.
V3 Version 3 of the OData protocol.

See Also

Reference

System.Data.Services.Common Namespace