Share via


HumanPresenceSettings.IsWakeOnApproachEnabled Property

Definition

Gets or sets whether the human presence sensor can wake the PC if it detects the user is approaching.

public:
 property bool IsWakeOnApproachEnabled { bool get(); void set(bool value); };
bool IsWakeOnApproachEnabled();

void IsWakeOnApproachEnabled(bool value);
public bool IsWakeOnApproachEnabled { get; set; }
var boolean = humanPresenceSettings.isWakeOnApproachEnabled;
humanPresenceSettings.isWakeOnApproachEnabled = boolean;
Public Property IsWakeOnApproachEnabled As Boolean

Property Value

Boolean

bool

True, if wake on approach is enabled. Otherwise, false. The default is false.

Remarks

HumanPresenceFeatures.IsWakeOnApproachSupported, HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters, WakeOnApproachDistanceInMillimeters

Applies to