Gets or sets the client APPLID used by connections in the connection pool.

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

Syntax

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

Field Value

The client APPLID.

See Also