ExportImportDevice.StatusReason プロパティ

定義

デバイス ID の状態の理由を格納する 128 文字の長い文字列。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

すべての UTF-8 文字を使用できます。

適用対象