Set an Option for e04vh

Syntax

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

Parameters

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

See Also