Gets the name of the option based on the current option code.

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

Syntax

C#
public string OptionName { get; }
Visual Basic
Public ReadOnly Property OptionName As String
	Get
Visual C++
public:
property String^ OptionName {
	String^ get ();
}

See Also