Gets or sets the name of the user.

Namespace: Com.Tibco.As.Space.Security
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

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

Field Value

The name of the user.

See Also