ConferenceScheduleInformation.Participants Property
Gets the list of participants, and their roles.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Participants As IList(Of ConferenceParticipantInformation)
Get
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As IList(Of ConferenceParticipantInformation)
value = instance.Participants
public IList<ConferenceParticipantInformation> Participants { get; }
Property Value
Type: System.Collections.Generic.IList<ConferenceParticipantInformation>
Remarks
The organizer doesn't need to be added to the participant list. They will automatically be added with a role of [Leader].
See Also
Reference
ConferenceScheduleInformation Class