AddressDetails.City 屬性

定義

取得或設定位址城市。

[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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於