ConversationParameters.Members 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.
Gets or sets members to add to the 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 added to the conversation.