SetOptionValue Method
Summary
Sets the value of the specified option.
Syntax
Public MustOverride Sub SetOptionValue( _
ByVal optionName As String, _
ByVal value As String _
)
public abstract String getOptionValue(String optionName)
Parameters
optionName
The option name.