RemotePresenceView.PresenceSubscriptionCategories 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 categories for which presence information will be returned.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ PresenceSubscriptionCategories { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> PresenceSubscriptionCategories { get; }
member this.PresenceSubscriptionCategories : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property PresenceSubscriptionCategories As ReadOnlyCollection(Of String)
Property Value
Remarks
This property is initialized with Microsoft.Rtc.Collaboration.LocalEndpoint.PresenceServices.PresenceSubscriptionCategories for persistent subscriptions. If the SubscriptionMode is Polling, this value can be changed using the method SetPresenceSubscriptionCategoriesForPolling(IEnumerable<String>).