Removes 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#
void RemoveComdtyClassification(
	int index
)
Visual Basic
Sub RemoveComdtyClassification ( 
	index As Integer
)
Visual C++
void RemoveComdtyClassification(
	int index
)
F#
abstract RemoveComdtyClassification : 
        index : int -> unit 

Parameters

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

See Also