Device.StatusReason プロパティ

定義

デバイスが指定された状態になる理由 (存在する場合)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象