[TIBCO.EMS .NET client library 7.0 documentation]

Defines the name of the ConnectionFactory property specifying default user name set for Connections created by the factory

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

Syntax

public const string DEFAULT_FACTORY_USERNAME
Public Const DEFAULT_FACTORY_USERNAME As String
public:
literal String^ DEFAULT_FACTORY_USERNAME

Remarks

This property is defined as string "TIBCO.EMS.factory.username".

Defines the name of a ConnectionFactory property. That property specifies a default username for the connections that the factory creates.

If the client does not supply a username, the connection factory object uses this username as a default when creating a connection. See also ConnectionFactory.CreateConnection.

See Also