EntityEditor.ValidatorEnabled Property
Gets or sets a value that represents whether a Validator is enabled.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ValidatorEnabled As Boolean
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean
value = instance.ValidatorEnabled
instance.ValidatorEnabled = value
public bool ValidatorEnabled { get; set; }
Property Value
Type: System.Boolean
true if a Validator is enabled; otherwise, false.