Share via


CommunicationConversation.Participants Property

Definition

List of participants involved in the conversation. Please note ConversationParticipant is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExternalConversationParticipant and InternalConversationParticipant.

public System.Collections.Generic.IList<Azure.Communication.Messages.ConversationParticipant> Participants { get; }
member this.Participants : System.Collections.Generic.IList<Azure.Communication.Messages.ConversationParticipant>
Public ReadOnly Property Participants As IList(Of ConversationParticipant)

Property Value

Applies to