Edit

Share via


RemotePresenceView.PresenceSubscriptionCategories Property

Definition

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>).

Applies to