CategoryNotificationEventArgs.CategoryList Property
NOTE: This API is now obsolete.
Gets the list of presence category items.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions.")> _
Public ReadOnly Property CategoryList As Collection(Of PresenceCategoryWithMetaData)
Get
'Usage
Dim instance As CategoryNotificationEventArgs
Dim value As Collection(Of PresenceCategoryWithMetaData)
value = instance.CategoryList
[ObsoleteAttribute("This class will be removed from future versions.")]
public Collection<PresenceCategoryWithMetaData> CategoryList { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<PresenceCategoryWithMetaData>
See Also
Reference
CategoryNotificationEventArgs Class