Share via


ClosedList.SubLists Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to