AvailableProvidersListCity.Providers Property

Definition

Gets or sets a list of Internet service 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to