RemotePresence.PresenceSubscriptionCategories Property
This property will be removed from future versions. Instead use PresenceSettings.RemotePresenceSubscritionCategories. Gets or sets the list of categories to subscribe for. Categories that are subscribed to by default are: "contactCard", "note", "state", "services", "calendarData".
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property PresenceSubscriptionCategories As String()
Get
Set
'Usage
Dim instance As RemotePresence
Dim value As String()
value = instance.PresenceSubscriptionCategories
instance.PresenceSubscriptionCategories = value
public string[] PresenceSubscriptionCategories { get; set; }
Property Value
Type: []