Conversation.Participants Property

Definition

List of participants in the conversation

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Participant> Participants { get; set; }
member this.Participants : seq<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.Participant> with get, set
Public Property Participants As IEnumerable(Of Participant)

Property Value

IEnumerable<Participant>

Applies to