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

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

Syntax

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

Parameters

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

Return Value

Type: IDocumentReference
The indexed IDocumentReference object.

Implements

IBillOfLading..::..GetDocumentRef(Int32)

See Also