CustomSensorReadingChangedEventArgs.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 most recent sensor reading.
public:
property CustomSensorReading ^ Reading { CustomSensorReading ^ get(); };
CustomSensorReading Reading();
public CustomSensorReading Reading { get; }
var customSensorReading = customSensorReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As CustomSensorReading
Property Value
The most recent sensor reading.