Gets a 'Item' entry.
Item (ASBIE). An association to Item.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IItem GetItem(
int index
) |
| Visual Basic |
|---|
Public Function GetItem (
index As Integer
) As IItem |
| Visual C++ |
|---|
public:
virtual IItem^ GetItem(
int index
) sealed |
| F# |
|---|
abstract GetItem :
index : int -> IItem
override GetItem :
index : int -> IItem |
Return Value
Type:
IItemThe indexed
IItem object.
Implements
IReceiptLine..::..GetItem(Int32)
See Also