Share via


InputFormTextBox.IsValid property

Sets or retrieves a value that indicates whether or not the user-entered content in the control passes validation.

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

Syntax

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

value = instance.IsValid

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

Property value

Type: System.Boolean
true if the content passes validation; otherwise, false. The default is true.

Implements

IValidator.IsValid

See also

Reference

InputFormTextBox class

InputFormTextBox members

Microsoft.SharePoint.WebControls namespace