Share via


SkuLocationInfo.Sites Property

Definition

Gets the sites.

[Newtonsoft.Json.JsonProperty(PropertyName="sites")]
public System.Collections.Generic.IList<string> Sites { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sites")>]
member this.Sites : System.Collections.Generic.IList<string>
Public ReadOnly Property Sites As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to