[TIBCO.EMS .NET client library 8.1 documentation]

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

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

Syntax

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

Remarks

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

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

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

See Also