| ProductAttributeSetContains Method (SKUInfo) | 
            Determines whether this ProductAttributeSet [contains] [the specified product option].
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool Contains(
	SKUInfo productAttribute
)
Parameters
- productAttribute
- Type: CMS.EcommerceSKUInfo
 The product option.
Return Value
Type: 
Boolean
              True if this ProductAttributeSet [contains] [the specified product option]; otherwise, false.
            
 See Also
See Also