RemotePresence.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.
This property will be removed from future versions. Instead use PresenceSettings.RemotePresenceSubscritionCategories. Gets or sets the list of categories to subscribe for. Categories that are subscribed to by default are: "contactCard", "note", "state", "services", "calendarData".
public:
property cli::array <System::String ^> ^ PresenceSubscriptionCategories { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] PresenceSubscriptionCategories { get; set; }
member this.PresenceSubscriptionCategories : string[] with get, set
Public Property PresenceSubscriptionCategories As String()
Property Value
String[]