Compartir a través de


DynamicList.List Propiedad

Definición

Obtiene o establece las listas que se van a anexar en la entidad de lista extendida.

public System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ListElement> List { get; set; }
member this.List : System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.ListElement> with get, set
Public Property List As IList(Of ListElement)

Valor de propiedad

Las listas que se van a anexar en la entidad de lista extendida.

Se aplica a