HumanPresenceSensorReading.Presence 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 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.