Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the flag that indicates whether the client library needs to validate the method parameters on the client side.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Property ValidateOnClient As Boolean
Get
Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.ValidateOnClient
instance.ValidateOnClient = value
public bool ValidateOnClient { get; set; }
Property Value
Type: System.Boolean
true if the client library needs to validate the method parameters on the client side; otherwise false. The default is true.