Share via


HumanPresenceFeatures.IsWakeOnApproachSupported Property

Definition

Gets whether the human presence sensor can wake the PC on a user's approach.

public:
 property bool IsWakeOnApproachSupported { bool get(); };
bool IsWakeOnApproachSupported();
public bool IsWakeOnApproachSupported { get; }
var boolean = humanPresenceFeatures.isWakeOnApproachSupported;
Public ReadOnly Property IsWakeOnApproachSupported As Boolean

Property Value

Boolean

bool

True, if supported. Otherwise, false. The default is false.

Applies to

See also