Gets a 'Item Property' entry.
Item Property (ASBIE). An association to Additional Item Property.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: 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
|
Return Value
Type:
IItemPropertyThe indexed
IItemProperty object.
See Also