Compartir a través de


InstallationTemplate.Tags Propiedad

Definición

Precaución

Esta API ya está en desuso.

Obtiene o establece la colección de etiquetas para una plantilla determinada. Ususaly solo debe haber una etiqueta (nombre de plantilla) aquí.

[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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute ObsoleteAttribute

Se aplica a