ValidatingEventArgs.IsValid Property
Gets or sets a value that indicates whether the data on the page is valid.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool IsValid { get; set; }
public:
property bool IsValid {
bool get();
void set(bool value);
}
Public Property IsValid As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the data on the page is valid; otherwise, false. The default value is true.
See Also
ValidatingEventArgs Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top