Compartir a través de


DnsSettings.Servers Propiedad

Definición

Obtiene o establece la lista de servidores DNS personalizados.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a