Share via


ConversationMembers.Members Property

Definition

Gets or sets list of members in this conversation.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> Members { get; set; }
member this.Members : System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> with get, set
Public Property Members As IList(Of ChannelAccount)

Property Value

The members in the conversation.

Applies to