PresenceState.IsManual 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 or sets whether this presence is set manually or automatically.
public:
property bool IsManual { bool get(); void set(bool value); };
public bool IsManual { get; set; }
member this.IsManual : bool with get, set
Public Property IsManual As Boolean
Property Value
Remarks
UserState will generally have this flag set to true, while other state types will have flag set to false.