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

Returns consumer's user name or null. This method returns null for disconnected durable subscribers.

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

consumer's user name or null.

See Also