Udostępnij za pośrednictwem


ClientTwin.Status Property

Definition

Gets the corresponding device's status.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to