Gets a 'Item' entry. Item (ASBIE). Association to a description of the good or service.

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#
IItem GetItem(
	int index
)
Visual Basic
Function GetItem ( 
	index As Integer
) As IItem
Visual C++
IItem^ GetItem(
	int index
)
F#
abstract GetItem : 
        index : int -> IItem 

Parameters

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

Return Value

Type: IItem
The indexed IItem object.

See Also