Gets a 'Description Code' entry. Description Code (BBIE). A description of the period, expressed as a code.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ICode GetDescriptionCode(
	int index
)
Visual Basic
Public Function GetDescriptionCode ( 
	index As Integer
) As ICode
Visual C++
public:
virtual ICode^ GetDescriptionCode(
	int index
) sealed
F#
abstract GetDescriptionCode : 
        index : int -> ICode 
override GetDescriptionCode : 
        index : int -> ICode 

Parameters

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

Return Value

Type: ICode
The indexed ICode object.

Implements

IPeriod..::..GetDescriptionCode(Int32)

See Also