Share via


CategoryList Property

List of category items in the notification.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property CategoryList As Collection(Of PresenceCategoryWithMetaData)
    Get
'Usage
Dim instance As CategoryNotificationEventArgs
Dim value As Collection(Of PresenceCategoryWithMetaData)

value = instance.CategoryList
public Collection<PresenceCategoryWithMetaData> CategoryList { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'PresenceCategoryWithMetaData>)>)>

See Also

Reference

CategoryNotificationEventArgs Class

CategoryNotificationEventArgs Members

Microsoft.Rtc.Collaboration.Presence Namespace