| Adder | Gets an offset to add to the measurement value. This defaults to 0.0. |
| AdjustedValue | Gets the adjusted numeric value of this measurement, taking into account the specified Adder and Multiplier offsets. |
| CreatedTimestamp | Gets timestamp, in ticks, of when this Measurement was created. |
| ID | Gets the Guid based signal ID of the Measurement implementation. |
| Key | Gets the primary MeasurementKey of this Measurement implementation. |
| Lifespan | Gets the life-span of this Measurement since its creation. |
| MeasurementValueFilter | Gets function used to apply a down-sampling filter over a sequence of Measurement values. |
| Metadata | Gets or sets associated metadata values for the Measurement implementation. |
| Multiplier | Gets a multiplicative offset to apply to the measurement value. This defaults to 1.0. |
| StateFlags | Gets or sets MeasurementStateFlags associated with this Measurement. |
| TagName | Gets the text based tag name of this Measurement implementation. |
| Timestamp | Gets or sets exact timestamp, in ticks, of the data represented by this Measurement. |
| Value | Gets or sets the raw measurement value that is not offset by Adder and Multiplier. |