HumanPresenceSensorReading.Presence Property

Definition

Gets whether a user is detected.

public:
 property HumanPresence Presence { HumanPresence get(); };
HumanPresence Presence();
public HumanPresence Presence { get; }
var humanPresence = humanPresenceSensorReading.presence;
Public ReadOnly Property Presence As HumanPresence

Property Value

The detection state reported by a HumanPresenceSensor.

Applies to