Compartir a través de


ClientTwin.ConnectionState Propiedad

Definición

Estado de conexión del dispositivo correspondiente.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)]
public Microsoft.Azure.Devices.ClientConnectionState? 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.ClientConnectionState>
Public ReadOnly Property ConnectionState As Nullable(Of ClientConnectionState)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a