Share via


McuParticipantEndpointProperties.Services Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This property will be removed from future versions.")> _
Public ReadOnly Property Services As Collection(Of ActiveConferenceService)
    Get
'Usage
Dim instance As McuParticipantEndpointProperties
Dim value As Collection(Of ActiveConferenceService)

value = instance.Services
[ObsoleteAttribute("This property will be removed from future versions.")]
public Collection<ActiveConferenceService> Services { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<ActiveConferenceService>

See Also

Reference

McuParticipantEndpointProperties Class

McuParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace