ReplicationServerGroupConfigurationElement.Servers Property
From MySQL Connector/Net
MySQL Connector/Net
| ReplicationServerGroupConfigurationElementServers Property |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
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