次の方法で共有


Skillset.Skills プロパティ

定義

スキルセット内のスキルの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象