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

Get the name of the authenticated user whose connection this durable subscriber is currently using.

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 name of the user using this durable subscription or null if there is no authenticated user or the durable is inactive.

See Also