次の方法で共有


User.UsageLocation プロパティ

定義

2 文字の国コード (ISO 標準 3166) を取得または設定します。 法的要件が理由でユーザーにライセンスが割り当てられる場合に、各国でのサービス利用可否を調べるために必要になります。 例: "US"、"JP"、"GB" など。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象