Share via


HumanPresenceSensor.IsEngagementSupported Property

Definition

Gets whether the human presence sensor is capable of perceiving if the user is engaged with (looking at) their PC.

public:
 property bool IsEngagementSupported { bool get(); };
bool IsEngagementSupported();
public bool IsEngagementSupported { get; }
var boolean = humanPresenceSensor.isEngagementSupported;
Public ReadOnly Property IsEngagementSupported As Boolean

Property Value

Boolean

bool

True, if the human presence sensor is capable. Otherwise, false.

Remarks

Introduced in the May Moment update for Windows 11, Version 22H2, Build 22621.

Applies to

See also