Gets a 'Document Response' entry. Document Response (ASBIE). A response to one or more documents.

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

Parameters

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

Return Value

Type: IDocumentResponse
The indexed IDocumentResponse object.

See Also