Set an Option for e04vh

Syntax

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

Parameters

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

See Also