| ProductAttributeSetItem Property | 
            Gets the SKUInfo with the specified position.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic SKUInfo this[
	int index
] { get; }Parameters
- index
- Type: SystemInt32
 The position.
Property Value
Type: 
SKUInfo
            The SKUInfo.
            
Return Value
Type: 
SKUInfoSKUInfo with the specified position.
 See Also
See Also