Gets the client APPLID qualifier used for transaction tracking by connections in this pool.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public string ApplidQualifier { get; }
Visual Basic
Public ReadOnly Property ApplidQualifier As String
	Get
Visual C++
public:
property String^ ApplidQualifier {
	String^ get ();
}

Field Value

The client APPLID qualifier or an empty string if the GatewayConnectionPool does not have an APPLID qualifier.

Remarks

The APPLID qualifier can be set using the application configuration file or programatically using the GatewayConnectionPool class.

See Also