LocalPresentityNotificationEventArgs.SelfUsageCategories Property
Gets the filtered list of presence categories published in local owner's self container.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property SelfUsageCategories As Collection(Of PresenceCategoryWithMetaData)
Get
'Usage
Dim instance As LocalPresentityNotificationEventArgs
Dim value As Collection(Of PresenceCategoryWithMetaData)
value = instance.SelfUsageCategories
public Collection<PresenceCategoryWithMetaData> SelfUsageCategories { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<PresenceCategoryWithMetaData>
Remarks
For UserEndpoints, the containers are driven by the preferred self consumption container entry for every presence category in the presence publication manifest. For ApplicationEndpoints, all categories in container 0 are filtered in this property.
See Also
Reference
LocalPresentityNotificationEventArgs Class