GetAEAttributeValue method: IBInfo class
Syntax
GetAEAttributeValue(nIndex)
Description
Use this method to return the value of the nth Application Engine handler attribute from the Message object. For example, the response application class can use this method to retrieve the attribute value.
Parameters
| Parameter | Description |
|---|---|
|
nIndex |
An integer specifying which attribute in the Message object. |
Returns
A string populated with the attribute value.