LocalPresentityNotificationEventArgs.AllCategories 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 list of all presence categories published in all containers of the local owner.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^> ^ AllCategories { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData> AllCategories { get; }
member this.AllCategories : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData>
Public ReadOnly Property AllCategories As Collection(Of PresenceCategoryWithMetaData)