Gets/Sets the option code.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public int OptionCode { get; set; }
Visual Basic
Public Property OptionCode As Integer
	Get
	Set
Visual C++
public:
property int OptionCode {
	int get ();
	void set (int value);
}

See Also