Delen via


Twin.Status Property

Definition

Gets the corresponding Device's Status.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)]
public Microsoft.Azure.Devices.DeviceStatus? Status { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)>]
member this.Status : Nullable<Microsoft.Azure.Devices.DeviceStatus>
Public ReadOnly Property Status As Nullable(Of DeviceStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to