Name that client has logon with

Namespace: White_Tiger.ClientManagement
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

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);
}

Property Value

Type: String

See Also