次の方法で共有


ClientRuntimeContext.RequestSchemaVersion プロパティ

Gets of sets the schema version of the request.

名前空間:  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

注釈

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.

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

Microsoft.SharePoint.Client 名前空間