GetParameterValue method: AuthRequest class
Syntax
GetParameterValue(name)
Description
Use this method to return the value of a key as a string.
Note:
If the specified key name is undefined in the request message, this method returns a null string.
Parameters
| Parameter | Description |
|---|---|
|
name |
Specifies the name of the key as a string. |
Returns
A string representing the key value.
Example
&emplid = &arrAuthReq [&i].GetParameterValue("EMPLID");