AddressDetails.Country 屬性

定義

取得或設定國家/地區代碼使用 ISO2、2 位數格式。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於