Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that represents whether all of the entities entered in the EntityEditor are valid and conform to the settings of the EntityEditor.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
true if all of the entities entered in the EntityEditor are valid and conform to the settings of the EntityEditor; otherwise, false.