Participants Property
Gets the setting for optional passcode.
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<(Of <(<'ConferenceParticipantInformation>)>)>