Gets or sets the client APPLID qualifier 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 ApplidQualifier { get; set; }
Visual Basic
Public Property ApplidQualifier As String
	Get
	Set
Visual C++
public:
property String^ ApplidQualifier {
	String^ get ();
	void set (String^ value);
}

Field Value

The client APPLID qualifier.

See Also