ListDataValidationFailure.ValidationType - Propriété
Describes the type of validation that caused the failure.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ValidationType As ListDataValidationType
Get
'Utilisation
Dim instance As ListDataValidationFailure
Dim value As ListDataValidationType
value = instance.ValidationType
public ListDataValidationType ValidationType { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.ListDataValidationType
Returns ListDataValidationType.
Voir aussi
Référence
ListDataValidationFailure classe