EntityEditor.ValidatorEnabled property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace