Compartir a través de


ExportImportDevice.Tags Propiedad

Definición

Documento JSON leído y escrito por el back-end de la solución. Las etiquetas no son visibles para las aplicaciones de dispositivo.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="tags")]
public Microsoft.Azure.Devices.Shared.TwinCollection Tags { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="tags")]
public System.Collections.Generic.IDictionary<string,object> Tags { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="tags")>]
member this.Tags : Microsoft.Azure.Devices.Shared.TwinCollection with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="tags")>]
member this.Tags : System.Collections.Generic.IDictionary<string, obj>
Public Property Tags As TwinCollection
Public ReadOnly Property Tags As IDictionary(Of String, Object)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a