Partilhar via


Activity.MembersRemoved Property

Definition

The membersRemoved field contains a list of channel participants (Agents or users) removed from the conversation. The value of the membersRemoved field is an array of type channelAccount.

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

Property Value

Implements

Applies to