次の方法で共有


AvailableProvidersListCountry.Providers プロパティ

定義

インターネット サービス プロバイダーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象