ReplicationConfigurationElement.ServerGroups Property

MySQL Connector/Net

ReplicationConfigurationElementServerGroups Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement> ServerGroups { get; }
Public ReadOnly Property ServerGroups As GenericConfigurationElementCollection(Of ReplicationServerGroupConfigurationElement)
	Get
public:
property GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement^>^ ServerGroups {
	GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement^>^ get ();
}
member ServerGroups : GenericConfigurationElementCollection<ReplicationServerGroupConfigurationElement> with get

Property Value

Type: GenericConfigurationElementCollectionReplicationServerGroupConfigurationElement
See Also