Activity.MembersRemoved Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)