Set an Option for e05jb

Syntax

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

Parameters

optstr
Type: System..::..String
The name of an option.
cvalue
Type: System..::..String
The option value.

See Also