Set an Option for e05jb

Syntax

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

Parameters

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

See Also