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

Returns producer's user name.

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 producer's user name.

See Also