次の方法で共有


ClientRuntimeContext.ValidateOnClient プロパティ

Gets or sets the flag that indicates whether the client library needs to validate the method parameters on the client side.

名前空間:  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 if the client library needs to validate the method parameters on the client side; otherwise, false. The default is true.

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

Microsoft.SharePoint.Client 名前空間