ClientBaseConnectionString Property
Gets or sets the data required by the client to connect to the server.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.169 -- Release Build+ac7d9b6b95c90919e0d9e684462efdeb467e30f6
public virtual string ConnectionString { get; set; }
Public Overridable Property ConnectionString As String
Get
Set
public:
virtual property String^ ConnectionString {
String^ get ();
void set (String^ value);
}
function get_ConnectionString();
function set_ConnectionString(value);
StringIClientConnectionString