The current username.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.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