Share via


HumanPresenceFeatures.IsLockOnLeaveSupported Property

Definition

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.

Applies to

See also