Share via


HumanPresenceSettings.WakeOptions Property

Definition

Gets the wake options (whether a user is detected by the human presence sensor) for the human presence sensor.

public:
 property WakeOnApproachOptions ^ WakeOptions { WakeOnApproachOptions ^ get(); };
WakeOnApproachOptions WakeOptions();
public WakeOnApproachOptions WakeOptions { get; }
var wakeOnApproachOptions = humanPresenceSettings.wakeOptions;
Public ReadOnly Property WakeOptions As WakeOnApproachOptions

Property Value

The wake options for the human presence sensor.

Remarks

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

The user can specify their preferred wake behavior in the System settings (see Launch the Windows Settings app).

Applies to

See also