Condividi tramite


ProvisioningTwinState.Tags Property

Definition

Getter and setter the for tags.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to