次の方法で共有


ContactProfile.Country プロパティ

定義

ユーザーの国を取得または設定します。 これは ISO 3166-1 alpha-3 コードです。

[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

適用対象