LocalPresentityNotificationEventArgs.SelfUsageCategories Property

Definition

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

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.

Applies to