Share via


PresenceSubscriptionCategories Property

Gets or sets the list of categories to subscribe for.

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: array<System..::..String>[]()[][]

Remarks

Categories that are subscribed to by default are: "contactCard", "note", "state", "services" and "calendarData".

See Also

Reference

RemotePresence Class

RemotePresence Members

Microsoft.Rtc.Collaboration.Presence Namespace