GatewayConnectionPoolApplidQualifier Property

CICS Transaction Gateway V10.1.0.0
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: 10.1.0.0 (10.1.0.0)
Syntax

public string ApplidQualifier { get; }

Property Value

Type: String
Remarks

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

Reference