Share via


InstallationTemplate.Tags Propriedade

Definição

Cuidado

Essa API foi preterida.

Obtém ou define a coleção de marcas para um modelo específico. Ususaly apenas uma marca (nome do modelo) deve estar aqui.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute ObsoleteAttribute

Aplica-se a