Share via


ExportImportDevice.Tags Property

Definition

The JSON document read and written by the solution back end. The tags are not visible to device apps.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to