DeviceJob.Error Property

Definition

Device Job Error

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="error")]
public Microsoft.Azure.Devices.DeviceJobError Error { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="error")>]
member this.Error : Microsoft.Azure.Devices.DeviceJobError with get, set
Public Property Error As DeviceJobError

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to