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