Share via


DnsSettings.Servers Property

Definition

Gets or sets list of Custom DNS Servers.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to