Share via


MessageOptions.Entities 属性

定义

Entity 对象的集合,其中每个对象都包含有关此活动的元数据。 每个 Entity 对象都已键入。

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

属性值

适用于