Gets a 'Document Reference' entry. Document Reference (ASBIE). An association to Document Reference.

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

Parameters

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

Return Value

Type: IDocumentReference
The indexed IDocumentReference object.

See Also