DataServiceBehavior.MaxProtocolVersion Property
WCF Data Services 5.0
Gets or sets the maximum protocol version that is supported by the response sent by the data service.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
'Declaration Public Property MaxProtocolVersion As DataServiceProtocolVersion Get Set 'Usage Dim instance As DataServiceBehavior Dim value As DataServiceProtocolVersion value = instance.MaxProtocolVersion instance.MaxProtocolVersion = value
Property Value
Type: System.Data.Services.Common.DataServiceProtocolVersionThe maximum version allowed in the response.
Show: