IValidatorIsValid Property |
Gets a value indicating whether validation succeeded.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax Property Value
Type:
BooleanExceptions Exception | Condition |
---|
InvalidOperationException | Thrown when Validate has not been called yet. |
Remarks
Accessing this property must be preceded by a call to the
Validate method.
See Also