Gets the client APPLID 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 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 GatewayConnectionPool does not have an APPLID.

Remarks

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

See Also