| 
            
              RangeTestGetOutOfRangeMeasurements(MeasurementKey) Method
             | 
          
        
        
            Get a collection of out-of-range IMeasurements with the given key.
            
        
        Namespace: DataQualityMonitoringAssembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.257-beta
Syntaxpublic ICollection<IMeasurement> GetOutOfRangeMeasurements(
	MeasurementKey key
)
Public Function GetOutOfRangeMeasurements ( 
	key As MeasurementKey
) As ICollection(Of IMeasurement)
public:
ICollection<IMeasurement^>^ GetOutOfRangeMeasurements(
	MeasurementKey^ key
)
member GetOutOfRangeMeasurements : 
        key : MeasurementKey -> ICollection<IMeasurement> function GetOutOfRangeMeasurements(key);
 View SourceParameters
- key  MeasurementKey
 - The MeasurementKey corresponding to the desired measurements.
 
Return Value
ICollectionIMeasurementA collection of out-of-range 
IMeasurements.
See Also