Click or drag to resize
ProductAttributeSetItem Property
Gets the SKUInfo with the specified position.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public SKUInfo this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The position.

Property Value

Type: SKUInfo
The SKUInfo.

Return Value

Type: SKUInfo
SKUInfo with the specified position.
See Also