다음을 통해 공유


ResourceLocationDataContract.City Property

Definition

Gets or sets the city or locality where the resource is located.

[Newtonsoft.Json.JsonProperty(PropertyName="city")]
public string City { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="city")>]
member this.City : string with get, set
Public Property City As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to