SensorBase<TSensorReading>.IsDataValid Property

Namespace:  Microsoft.Devices.Sensors
Assembly:  Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)

Syntax

'Declaration
Public ReadOnly Property IsDataValid As Boolean
public bool IsDataValid { get; }
public:
property bool IsDataValid {
    bool get ();
}
member IsDataValid : bool with get

Property Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

SensorBase<TSensorReading> Class

Microsoft.Devices.Sensors Namespace