Click or drag to resize
PaymentOptionValidatorErrors Property
Gets an enumeration of validation errors associated with this validator. An empty enumeration is returned if validation succeeded.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<IValidationError> Errors { get; }

Property Value

Type: IEnumerableIValidationError

Implements

IValidatorErrors
See Also