ClientRuntimeContext.ValidateOnClient - Propriété
Obtient ou définit l'indicateur qui indique si la bibliothèque de client doit valider les paramètres de la méthode sur le côté client.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Property ValidateOnClient As Boolean
Get
Set
'Utilisation
Dim instance As ClientRuntimeContext
Dim value As Boolean
value = instance.ValidateOnClient
instance.ValidateOnClient = value
public bool ValidateOnClient { get; set; }
Valeur de propriété
Type : System.Boolean
true si la bibliothèque de client a besoin valider les paramètres de la méthode sur le côté client ; dans le cas contraire, false. La valeur par défaut est true.