PresenceSettings.RemotePresenceSubscriptionCategories Property
Gets the list of categories that views will be initialized with.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property RemotePresenceSubscriptionCategories As Collection(Of String)
Get
'Usage
Dim instance As PresenceSettings
Dim value As Collection(Of String)
value = instance.RemotePresenceSubscriptionCategories
public Collection<string> RemotePresenceSubscriptionCategories { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>