Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
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].