HumanPresenceSensor.IsPresenceSupported Property

Definition

Gets whether the human presence sensor is capable of perceiving if the user is in front of their PC.

public:
 property bool IsPresenceSupported { bool get(); };
bool IsPresenceSupported();
public bool IsPresenceSupported { get; }
var boolean = humanPresenceSensor.isPresenceSupported;
Public ReadOnly Property IsPresenceSupported 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