IActivity.From Property
Definition
Gets or sets Sender address.
public Microsoft.Bot.Schema.ChannelAccount From { get; set; }
member this.From : Microsoft.Bot.Schema.ChannelAccount with get, set
Public Property From As ChannelAccount
Property Value
- ChannelAccount
Sender address.
Applies to