ClientErrorCodes.NotSupportedRequestVersion field
Provides a constant integer that indicates that the schema version in the SchemaVersion attribute of the CurrentVersion method is not supported by Microsoft SharePoint Foundation 2010.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Const NotSupportedRequestVersion As Integer
'Usage
Dim value As Integer
value = ClientErrorCodes.NotSupportedRequestVersion
public const int NotSupportedRequestVersion
Remarks
The value is always -2130575151. Microsoft SharePoint Foundation 2010 requires the schema version to be “14.0.0.0”.