Share via


ConversationList.Conversations Property

Definition

Gets or sets the conversations.

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

Property Value

The conversations.

Applies to