Gets or sets the name of the user.
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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: StringThe name of the user.