Set an Option for e05uc

Syntax

C#
public void Set(
	string optstr
)
Visual Basic
Public Sub Set ( _
	optstr As String _
)
Visual C++
public:
void Set(
	String^ optstr
)
F#
member Set : 
        optstr : string -> unit 

Parameters

optstr
Type: System..::..String
A string of the form option = value, or for boolean options, simply option.

See Also