Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection.
Namespace:
IBM.CTGAssembly: 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 GatewayConnection does not have an APPLID qualifier.
Remarks
The APPLID qualifier can be set using the application configuration file or programatically using the GatewayConnection class.