HumanPresenceSettings.IsWakeOnApproachEnabled 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 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