Share via


ActiveDirectory.Dns Property

Definition

Gets or sets comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain

[Newtonsoft.Json.JsonProperty(PropertyName="dns")]
public string Dns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dns")>]
member this.Dns : string with get, set
Public Property Dns As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to