Click or drag to resize
IValidatorIsValid Property
Gets a value indicating whether validation succeeded.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
bool IsValid { get; }

Property Value

Type: Boolean
Exceptions
Remarks
Accessing this property must be preceded by a call to the Validate method.
See Also