ClientRuntimeContext.RequestSchemaVersion property
Gets of sets the schema version of the request.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Property RequestSchemaVersion As Version
Get
Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As Version
value = instance.RequestSchemaVersion
instance.RequestSchemaVersion = value
public Version RequestSchemaVersion { get; set; }
Property value
Type: System.Version
Remarks
If this value is not set, the default value is equal to the value of the CurrentVersion property. For example, for a client running Microsoft Office 2013 to communicate with a server running Microsoft Office 2010, the value RequestSchemaVersion must be set to “14.0.0.0”. Otherwise, the server will reject the request.