Click or drag to resize

IDiagnosticsValue Properties

The IDiagnosticsValue type exposes the following members.

Properties
  NameDescription
Public propertyDoubleValue
Double value. Use when HasUnitValue is true.
Public propertyHasUnitValue
Bool specifying whether this value has a unit.
Public propertyStringValue
Value as a string. Use when HasUnitValue is false.
Public propertyUnit
Unit for DoubleValue. Use when HasUnitValue is true.
Top
See Also