IActivity.Recipient 属性

定义

获取或设置接收消息的地址。

public Microsoft.Bot.Schema.ChannelAccount Recipient { get; set; }
member this.Recipient : Microsoft.Bot.Schema.ChannelAccount with get, set
Public Property Recipient As ChannelAccount

属性值

接收消息的地址。

适用于