ReplicationServerGroup.Name Property

MySQL Connector/Net

ReplicationServerGroupName Property
Group name

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

Property Value

Type: String
See Also