Services Property

Gets the list of conferencing services for the participant.

Namespace:  Microsoft.Rtc.Collaboration.ComponentModel
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Services As Collection(Of ActiveConferenceService)
    Get
'Usage
Dim instance As McuParticipantEndpointProperties
Dim value As Collection(Of ActiveConferenceService)

value = instance.Services
public Collection<ActiveConferenceService> Services { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ActiveConferenceService>)>)>

See Also

Reference

McuParticipantEndpointProperties Class

McuParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace