EntityEditor.IsValid property

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

Syntax

'Declaration
Public Property IsValid As Boolean
    Get
    Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean

value = instance.IsValid

instance.IsValid = value
public bool IsValid { get; set; }

Property value

Type: System.Boolean

Implements

IValidator.IsValid

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace