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

Get the username used by the EMS server to authenticate itself to the SmartSockets server.

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

See Also