Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property MeasurementError As String |
C# | |
---|---|
public abstract string MeasurementError {get;} |
If no error has occurred, then the string is empty.
You can get events on changes in the MeasurementError by subscribing to a property changeINotifyPropertyChanged event handler for the Measurement's Status object and watch for changes in the MeasurementError property.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)