Share via


InstallationTemplate.Tags Property

Definition

Caution

This API is now deprecated.

Gets or sets collection of tags for particular template. Ususaly only one tag (template name) should be here.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute ObsoleteAttribute

Applies to