LocalEndpointPresenceServices.PresenceSubscriptionCategories Property
Gets the presence subscription categories that new views that are created will be initialized with.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PresenceSubscriptionCategories As ReadOnlyCollection(Of String)
Get
'Usage
Dim instance As LocalEndpointPresenceServices
Dim value As ReadOnlyCollection(Of String)
value = instance.PresenceSubscriptionCategories
public ReadOnlyCollection<string> PresenceSubscriptionCategories { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
See Also
Reference
LocalEndpointPresenceServices Class