次の方法で共有


DNSSettings.SecondaryDnsServers プロパティ

定義

デバイスのセカンダリ IPv4 DNS サーバーを取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象