Skillset.Skills Property

Definition

Gets or sets a list of skills in the skillset.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to