Gets a 'Document Reference' entry. Document Reference (ASBIE). An associative reference to [another] Order.

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 GetOrderDocumentRef(
	int index
)
Visual Basic
Public Function GetOrderDocumentRef ( 
	index As Integer
) As IDocumentReference
Visual C++
public:
virtual IDocumentReference^ GetOrderDocumentRef(
	int index
) sealed
F#
abstract GetOrderDocumentRef : 
        index : int -> IDocumentReference 
override GetOrderDocumentRef : 
        index : int -> IDocumentReference 

Parameters

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

Return Value

Type: IDocumentReference
The indexed IDocumentReference object.

Implements

IOrder..::..GetOrderDocumentRef(Int32)

See Also