IActivity.MembersAdded 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 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)