次の方法で共有


TwinState.Tags プロパティ

定義

タグの Getter と setter。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="tags")]
public Microsoft.Azure.Devices.Shared.TwinCollection Tags { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="tags")>]
member this.Tags : Microsoft.Azure.Devices.Shared.TwinCollection with get, set
Public Property Tags As TwinCollection

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象