Click or drag to resize
Grid Solutions Framework

OutOfRangeServiceTests Property

Gets the collection of RangeTests that have registered with the service.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public ICollection<RangeTest> Tests { get; }
View Source

Property Value

ICollectionRangeTest

Implements

IOutOfRangeServiceTests
See Also