HumanPresenceSensorReadingChangedEventArgs.Reading 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 the human presence sensor reading.
public:
property HumanPresenceSensorReading ^ Reading { HumanPresenceSensorReading ^ get(); };
HumanPresenceSensorReading Reading();
public HumanPresenceSensorReading Reading { get; }
var humanPresenceSensorReading = humanPresenceSensorReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As HumanPresenceSensorReading
Property Value
The human presence sensor reading.