EntityEditor.Validated Property
Gets a value that represents whether the Validate() method was previously called successfully.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property Validated As Boolean
Get
'Usage
Dim value As Boolean
value = Me.Validated
protected bool Validated { get; }
Property Value
Type: System.Boolean
true if the Validate() method was previously called successfully; otherwise, false.