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