Activity.From Property

Definition

Gets or sets the sender of the message.

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

The ChannelAccount for the sender of the message.

Implements

Applies to