Gets a 'Response' entry.
Response (ASBIE). An association to Discrepancy Response; the reason for the Credit.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IResponse GetDiscrepancyResponse(
int index
) |
| Visual Basic |
|---|
Function GetDiscrepancyResponse (
index As Integer
) As IResponse |
| Visual C++ |
|---|
IResponse^ GetDiscrepancyResponse(
int index
) |
| F# |
|---|
abstract GetDiscrepancyResponse :
index : int -> IResponse
|
Return Value
Type:
IResponseThe indexed
IResponse object.
See Also