Condividi tramite


HumanPresenceSettings.IsWakeOnApproachEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se il sensore di presenza umana può riattivare il PC se rileva che l'utente sta raggiungendo.

public:
 property bool IsWakeOnApproachEnabled { bool get(); void set(bool value); };
bool IsWakeOnApproachEnabled();

void IsWakeOnApproachEnabled(bool value);
public bool IsWakeOnApproachEnabled { get; set; }
var boolean = humanPresenceSettings.isWakeOnApproachEnabled;
humanPresenceSettings.isWakeOnApproachEnabled = boolean;
Public Property IsWakeOnApproachEnabled As Boolean

Valore della proprietà

Boolean

bool

True, se l'approccio alla riattivazione è abilitato. In caso contrario, false. Il valore predefinito è false.

Commenti

HumanPresenceFeatures.IsWakeOnApproachSupported, HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters, WakeOnApproachDistanceInMillimeters

Si applica a