ReplicationServerGroupConfigurationElement.Servers Property

MySQL Connector/Net

ReplicationServerGroupConfigurationElementServers Property

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

Property Value

Type: GenericConfigurationElementCollectionReplicationServerConfigurationElement
See Also