ServiceProperties.Tags Property
Tags for the Device
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "tags")]
public List<string> Tags { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "tags")]
property List<String^>^ Tags {
List<String^>^ get();
void set(List<String^>^ value);
}
Property Value
Type: System.Collections.Generic.List<String>
See Also
ServiceProperties Class
Microsoft.Azure.Devices Namespace
Return to top