次の方法で共有


ClosedListModelUpdateObject.SubLists プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="subLists")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject> SubLists { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subLists")>]
member this.SubLists : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject> with get, set
Public Property SubLists As IList(Of WordListObject)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象