Description:
Get a parameter.
Syntax:
public abstract Boolean GetParam(
String param,
ref Object v
)
String param,
ref Object v
)
Parameters:
- param
- Type: System.String
- is the name of the parameter to get.
- v
- Type: System.Object
- accepts the parameter value.
Returns:
Type: Boolean
Returns True if successful or False if the parameter was not found.
Available since:
7.0