Activity.MembersRemoved Property

Definition

Gets or sets the collection of members removed from the conversation.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> MembersRemoved { get; set; }
member this.MembersRemoved : System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> with get, set
Public Property MembersRemoved As IList(Of ChannelAccount)

Property Value

The collection of members removed from the conversation.

Implements

Applies to