SPListItemFormUpdateValue.HasException property
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HasException As Boolean
Get
Set
'Usage
Dim instance As SPListItemFormUpdateValue
Dim value As Boolean
value = instance.HasException
instance.HasException = value
public bool HasException { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPListItemFormUpdateValue class