IConversationUpdateActivity.MembersRemoved Property

Definition

Gets or Sets 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

List of ChannelAccount.

Applies to