Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of participants, and their roles.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Participants As Collection(Of ConferenceParticipantInformation)
Get
Friend Set
'Usage
Dim instance As Conference
Dim value As Collection(Of ConferenceParticipantInformation)
value = instance.Participants
public Collection<ConferenceParticipantInformation> Participants { get; internal set; }
Property Value
Type: System.Collections.ObjectModel.Collection<ConferenceParticipantInformation>
Remarks
The organizer doesn't need to be added to the participant list. They will automatically be added with a role of [Presenter].