ListDataValidationFailure.ValidationType Property
Describes the type of validation that caused the failure.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ValidationType As ListDataValidationType
Get
'Usage
Dim instance As ListDataValidationFailure
Dim value As ListDataValidationType
value = instance.ValidationType
[RemoteAttribute]
public ListDataValidationType ValidationType { get; }
Property Value
Type: Microsoft.SharePoint.Client.ListDataValidationType
Returns ListDataValidationType.
See Also
Reference
ListDataValidationFailure Class