Gets a 'Document Reference' entry.
Document Reference (ASBIE). An associative reference to Despatch Advice.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IDocumentReference GetDespatchDocumentRef(
int index
) |
| Visual Basic |
|---|
Function GetDespatchDocumentRef (
index As Integer
) As IDocumentReference |
| Visual C++ |
|---|
IDocumentReference^ GetDespatchDocumentRef(
int index
) |
| F# |
|---|
abstract GetDespatchDocumentRef :
index : int -> IDocumentReference
|
Return Value
Type:
IDocumentReferenceThe indexed
IDocumentReference object.
See Also