次の方法で共有


Device.Culture プロパティ

定義

デバイスの言語カルチャ設定を取得または設定します。 例: "en-US"

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象