ReceiptCard.Facts 属性

定义

获取或设置 Fact 对象的数组。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Fact> Facts { get; set; }
member this.Facts : System.Collections.Generic.IList<Microsoft.Bot.Schema.Fact> with get, set
Public Property Facts As IList(Of Fact)

属性值

的 集合 Fact

适用于