PresenceActivity Class
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 class represents an activity token that can be published along with presence availability.
public ref class PresenceActivity
public class PresenceActivity
type PresenceActivity = class
Public Class PresenceActivity
- Inheritance
-
PresenceActivity
Constructors
PresenceActivity(IEnumerable<LocalizedString>) |
Creates an instance of the PresenceActivity class. |
PresenceActivity(LocalizedString) |
Creates an instance of the PresenceActivity class. |
Properties
ActivityToken |
Gets or sets the activity token. |
CustomTokens |
Gets the list of localized strings for the activity. |
MaximumAvailability |
Gets the maximum availability value for the activity. |
MinimumAvailability |
Gets the minimum availability value for the activity. |
Methods
SetAvailabilityRange(Int32, Int32) |
Sets the optional availability range for activity token. |