DeviceJob.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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象