Edit

Share via


PresenceState.IsManual Property

Definition

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.

Applies to