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.0.0.0 (2.2.0.015)

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);
}
F#
member UserName : string with get, set

Property Value

Type: String
The name of the user.

See Also