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

속성 값

메시지를 받은 주소입니다.

적용 대상