| ProductVariantExisting Property | 
            Gets a value indicating whether this ProductVariant is already saved (exists) in database.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool Existing { get; }Property Value
Type: 
Boolean
              True if already saved (exists) in database; otherwise, false.
            
 See Also
See Also