Conference.Participants 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 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.