ReplicationServerConfigurationElement.ConnectionString Property

MySQL Connector/Net

ReplicationServerConfigurationElementConnectionString Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public string ConnectionString { get; set; }
Public Property ConnectionString As String
	Get
	Set
public:
property String^ ConnectionString {
	String^ get ();
	void set (String^ value);
}
member ConnectionString : string with get, set

Property Value

Type: String
See Also