Twin.ConnectionState Property

Definition

Corresponding Device's ConnectionState

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)]
public Microsoft.Azure.Devices.DeviceConnectionState? ConnectionState { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)>]
member this.ConnectionState : Nullable<Microsoft.Azure.Devices.DeviceConnectionState>
Public ReadOnly Property ConnectionState As Nullable(Of DeviceConnectionState)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to