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.
Describes the type of validation that caused this failure.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ValidationType As SPListDataValidationException.SPValidationType
Get
'Usage
Dim instance As SPListDataValidationException.SPFailure
Dim value As SPListDataValidationException.SPValidationType
value = instance.ValidationType
public SPListDataValidationException.SPValidationType ValidationType { get; }
Property value
Type: Microsoft.SharePoint.SPListDataValidationException.SPValidationType
An enumeration value that describes the type of validation.
See also
Reference
SPListDataValidationException.SPFailure class