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>