| ProductAttributeSet Constructor (SKUInfo) | 
            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 SKUInfo[] productAttributes
)
Parameters
- productAttributes
- Type: CMS.EcommerceSKUInfo
 The product options.
 See Also
See Also