HumanPresenceSettings.IsLockOnLeaveEnabled 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 lock the PC if it detects the user has left it unattended.
public:
property bool IsLockOnLeaveEnabled { bool get(); void set(bool value); };
bool IsLockOnLeaveEnabled();
void IsLockOnLeaveEnabled(bool value);
public bool IsLockOnLeaveEnabled { get; set; }
var boolean = humanPresenceSettings.isLockOnLeaveEnabled;
humanPresenceSettings.isLockOnLeaveEnabled = boolean;
Public Property IsLockOnLeaveEnabled As Boolean
Property Value
bool
True, if lock on leave is enabled. Otherwise, false. The default is false.
Remarks
HumanPresenceFeatures.IsLockOnLeaveSupported, HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters, GetSupportedLockOnLeaveTimeouts, LockOnLeaveDistanceInMillimeters, LockOnLeaveTimeout