Returns the user name.

Return Value

the user name

Namespace:  Kaazing.Security
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

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

See Also