Gets a 'Commodity Classification' entry. Commodity Classification (ASBIE). Associates the item with its classification(s) according to a commodity classifying system.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
ICommodityClassification GetComdtyClassification(
	int index
)
Visual Basic
Function GetComdtyClassification ( 
	index As Integer
) As ICommodityClassification
Visual C++
ICommodityClassification^ GetComdtyClassification(
	int index
)
F#
abstract GetComdtyClassification : 
        index : int -> ICommodityClassification 

Parameters

index
Type: System..::..Int32
The index of the ICommodityClassification to get.

Return Value

Type: ICommodityClassification
The indexed ICommodityClassification object.

See Also