Gets/Sets the user name used to log in to the Remote Host.

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

Syntax

C#
public string Username { get; set; }
Visual Basic
Public Property Username As String
	Get
	Set
Visual C++
public:
property String^ Username {
	String^ get ();
	void set (String^ value);
}

See Also