Compartir a través de


Skillset.Skills Propiedad

Definición

Obtiene o establece una lista de aptitudes en el conjunto de aptitudes.

[Newtonsoft.Json.JsonProperty(PropertyName="skills")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Skill> Skills { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="skills")>]
member this.Skills : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Skill> with get, set
Public Property Skills As IList(Of Skill)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a