Device.StatusReason Property

Definition

Reason, if any, for the device to be in specified status.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to