Get an Option value for e05uc

Syntax

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

Parameters

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

See Also