ProductAttributeSetItem Property |
Gets the SKUInfo with the specified position.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public 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