LocalPresentityNotificationEventArgs.SelfUsageCategories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the filtered list of presence categories published in local owner's self container.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^> ^ SelfUsageCategories { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData> SelfUsageCategories { get; }
member this.SelfUsageCategories : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData>
Public ReadOnly Property SelfUsageCategories As Collection(Of PresenceCategoryWithMetaData)
Property Value
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.