Свойство ClientRuntimeContext.RequestSchemaVersion
Возвращает или задает версию схемы запроса.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight.Runtime (в Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (в Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (в Microsoft.SharePoint.Client.Runtime.dll)
Синтаксис
'Декларация
Public Property RequestSchemaVersion As Version
Get
Set
'Применение
Dim instance As ClientRuntimeContext
Dim value As Version
value = instance.RequestSchemaVersion
instance.RequestSchemaVersion = value
public Version RequestSchemaVersion { get; set; }
Значение свойства
Тип: System.Version
Замечания
Если это значение не задано, значение по умолчанию равно значению свойства CurrentVersion . Например для клиента, запущенного Microsoft Office 2013 связываться с сервером Microsoft Office 2010, значение RequestSchemaVersion должно быть присвоено "14.0.0.0". В противном случае — сервер будет отклонить приглашение.