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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ValidationType As SPListDataValidationException.SPValidationType
Get
'Usage
Dim instance As SPListDataValidationException.SPFailure
Dim value As SPListDataValidationException.SPValidationType
value = instance.ValidationType
[ClientCallableAttribute]
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