ClientRuntimeContext.ValidateOnClient 屬性
取得或設定旗標,指出是否需要驗證方法參數在用戶端的用戶端文件庫。
命名空間: 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 ValidateOnClient As Boolean
Get
Set
'用途
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.ValidateOnClient
instance.ValidateOnClient = value
public bool ValidateOnClient { get; set; }
屬性值
類型:System.Boolean
true如果用戶端文件庫需要驗證方法參數在用戶端。否則, false。預設值為true。