| ProductAttributeSet Constructor (Int32) | 
            Initializes a new instance of the ProductAttributeSet class.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic ProductAttributeSet(
	params int[] productAttributeIds
)
Parameters
- productAttributeIds
- Type: SystemInt32
 The product option IDs.
 See Also
See Also