GetOptionValue Method
Summary
Gets the value of the specified option.
Syntax
public abstract string GetOptionValue(
string optionName
)
public abstract String getOptionValue(String optionName)
Parameters
optionName
The option index.
Return Value
The option value.