DeviceRegistryOperationError.DeviceId Property

Definition

The Id of the device that indicated the error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to