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; }
屬性值
備註
如果未設定此值,則預設值等於CurrentVersion屬性的值。例如,用戶端執行Microsoft Office 2013與執行Microsoft Office 2010的伺服器進行通訊,值RequestSchemaVersion必須設為 「 14.0.0.0 」。否則,伺服器將拒絕要求。