Gets the client APPLID used for transaction tracking on this GatewayConnection.

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

Syntax

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

Field Value

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

Remarks

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

See Also