Share via


SecondaryDNSSettings.SecondaryDnsServers Property

Definition

Gets or sets the list of secondary DNS Server IP addresses.

[Newtonsoft.Json.JsonProperty(PropertyName="secondaryDnsServers")]
public System.Collections.Generic.IList<string> SecondaryDnsServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secondaryDnsServers")>]
member this.SecondaryDnsServers : System.Collections.Generic.IList<string> with get, set
Public Property SecondaryDnsServers As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to