Condividi tramite


HumanPresenceFeatures.IsWakeOnApproachSupported Proprietà

Definizione

Ottiene un valore che indica se il sensore di presenza umana può riattivare il PC in base all'approccio di un utente.

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

Valore della proprietà

Boolean

bool

True, se supportato. In caso contrario, false. Il valore predefinito è false.

Si applica a

Vedi anche