HumanPresenceFeatures.IsWakeOnApproachSupported 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 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.