Gets or sets the client APPLID qualifier used by connections in the connection pool.
Namespace:
IBM.CTGAssembly: 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); } |