HumanPresenceFeatures.IsLockOnLeaveSupported 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 whether the human presence sensor can lock the PC when a user leaves it unattended.
public:
property bool IsLockOnLeaveSupported { bool get(); };
bool IsLockOnLeaveSupported();
public bool IsLockOnLeaveSupported { get; }
var boolean = humanPresenceFeatures.isLockOnLeaveSupported;
Public ReadOnly Property IsLockOnLeaveSupported As Boolean
Property Value
Boolean
bool
True, if supported. Otherwise, false. The default is false.