Represents a user defined value for a quality control test.
| Name | Data Type | Description |
|---|---|---|
| ValueKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| TextValue | String |
Contains text that represents the value for non-numeric value types |
| NumericValue | Nullable<Decimal> |
Contains the numeric value for numeric value types |