Edit

Share via


Conference.Participants Property

Definition

Gets the list of participants, and their roles.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceParticipantInformation ^> ^ Participants { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceParticipantInformation ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation> Participants { get; }
member this.Participants : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation>
Public ReadOnly Property Participants As Collection(Of ConferenceParticipantInformation)

Property Value

Remarks

The organizer doesn't need to be added to the participant list. They will automatically be added with a role of Presenter.

Applies to