|
RangeTestGetOutOfRangeMeasurements Method
|
Get the full collection of out-of-range IMeasurements.
Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.207-beta
Syntax public ICollection<IMeasurement> GetOutOfRangeMeasurements()
Public Function GetOutOfRangeMeasurements As ICollection(Of IMeasurement)
public:
ICollection<IMeasurement^>^ GetOutOfRangeMeasurements()
member GetOutOfRangeMeasurements : unit -> ICollection<IMeasurement>
function GetOutOfRangeMeasurements();
View SourceReturn Value
ICollectionIMeasurementThe full collection of out-of-range
IMeasurements.
See Also