HumanPresenceSensor.IsEngagementSupported 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 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.