Freigeben über


IActivity.MembersAdded Property

Definition

The membersAdded field contains a list of channel participants (Agents or users) added to the conversation. The value of the membersAdded field is an array of type channelAccount.

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

Property Value

Applies to