Share via


Services.ServiceList Property

Gets the list of all the service capabilities.

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

Syntax

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

value = instance.ServiceList
public Collection<ServiceCapability> ServiceList { get; }

Property Value

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

See Also

Reference

Services Class

Services Members

Microsoft.Rtc.Collaboration.Presence Namespace