| ProductAttributeSetContains Method (Int32) | 
            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(
	int productAttributeId
)
Parameters
- productAttributeId
- Type: SystemInt32
 The product option ID.
Return Value
Type: 
Boolean See Also
See Also