Set an Option for e04nf

Syntax

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

Parameters

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

See Also