ExportImportDevice.StatusReason Property

Definition

The 128 character-long string that stores the reason for the device identity status.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

All UTF-8 characters are allowed.

Applies to