ReplicationServerGroupConfigurationElement.GroupType Property

MySQL Connector/Net

ReplicationServerGroupConfigurationElementGroupType Property

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

Property Value

Type: String
See Also