LdapConfiguration.LdapServers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of LDAP server IP addresses (IPv4 only) for the LDAP domain.
public System.Collections.Generic.IList<System.Net.IPAddress> LdapServers { get; }
member this.LdapServers : System.Collections.Generic.IList<System.Net.IPAddress>
Public ReadOnly Property LdapServers As IList(Of IPAddress)