共用方式為


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)

屬性值

要附加在擴充清單實體上的清單。

適用於