[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get the username for this connection.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string UserName { get; }
Public ReadOnly Property UserName As String
public:
property String^ UserName {
	String^ get ();
}

Return Value

the username for this connection.

See Also