Gets a 'Item Property' entry. Item Property (ASBIE). An association to Additional Item Property.

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

Parameters

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

Return Value

Type: IItemProperty
The indexed IItemProperty object.

See Also