Share via


Conference.Participants Property

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].

See Also

Reference

Conference Class

Conference Members

Microsoft.Rtc.Collaboration Namespace