  | LDAPAlternateServers Property  | 
 
            A list of other servers that can fulfill LDAP requests if the one we're connected to becomes unavailable.
            May be null if there are no other servers available.
            
 
    Namespace: 
   Galactic.LDAP
    Assembly:
   Galactic.LDAP (in Galactic.LDAP.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic string[] AlternateServers { get; }Public ReadOnly Property AlternateServers As String()
	Get
public:
property array<String^>^ AlternateServers {
	array<String^>^ get ();
}member AlternateServers : string[] with get
Property Value
Type: 
String
See Also