DynamicList.List 属性

定义

获取或设置要追加到扩展列表实体上的列表。

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)

属性值

要追加到扩展列表实体上的列表。

适用于