PSNetAppFilesActiveDirectory.PreferredServersForLdapClient 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.
Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed.
public System.Collections.Generic.List<string> PreferredServersForLdapClient { get; set; }
member this.PreferredServersForLdapClient : System.Collections.Generic.List<string> with get, set
Public Property PreferredServersForLdapClient As List(Of String)