AuthRequest Class Methods
In this section, the AuthRequest class methods are presented in alphabetical order.
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
| 
 Field or Control  | 
 Definition  | 
|---|---|
| name | 
 Specifies the name of the key as a string.  | 
Returns
A string representing the key value.
Example
&emplid = &arrAuthReq [&i].GetParameterValue("EMPLID");