GatewayConnectionApplidQualifier Property

CICS Transaction Gateway V9.3.0.0
Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.3.0.0 (9.3.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 GatewayConnection class.
See Also

Reference