Gets a 'Description Code' entry.
Description Code (BBIE). A description of the period, expressed as a code.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ICode GetDescriptionCode(
int index
) |
| Visual Basic |
|---|
Function GetDescriptionCode (
index As Integer
) As ICode |
| Visual C++ |
|---|
ICode^ GetDescriptionCode(
int index
) |
| F# |
|---|
abstract GetDescriptionCode :
index : int -> ICode
|
Return Value
Type:
ICodeThe indexed
ICode object.
See Also