NetAppActiveDirectoryConfigPatchProperties.Dns 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.
An array of DNS server IP addresses(IPv4 only) for the Active Directory.
public System.Collections.Generic.IList<System.Net.IPAddress> Dns { get; }
public System.Collections.Generic.IList<string> Dns { get; }
member this.Dns : System.Collections.Generic.IList<System.Net.IPAddress>
member this.Dns : System.Collections.Generic.IList<string>
Public ReadOnly Property Dns As IList(Of IPAddress)
Public ReadOnly Property Dns As IList(Of String)