Share via


ClientErrorCodes.NotSupportedRequestVersion Field

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
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  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”.

See Also

Reference

ClientErrorCodes Class

ClientErrorCodes Members

Microsoft.SharePoint.Client Namespace