Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>