CartAddressesValidatorIsValid Property |
Gets a value indicating whether validation succeeded.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public virtual bool IsValid { get; }
Property Value
Type:
BooleanImplements
IValidatorIsValidExceptions Exception | Condition |
---|
InvalidOperationException | Thrown when Validate has not been called yet. |
See Also