Mention.Mentioned Property

Definition

Gets or sets the mentioned user.

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

Property Value

The mentioned user.

Applies to