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 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>