IValidatorErrors Property |
Gets an enumeration of validation errors associated with this validator. An empty enumeration is returned
if validation succeeded.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax IEnumerable<IValidationError> Errors { get; }
Property Value
Type:
IEnumerableIValidationErrorRemarks
Accessing this property must be preceded by a call to the
Validate method.
See Also