CoverageDataConsideredIntervals Property |
Gets or sets the intervals considered when computing these coverage results.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection ConsideredIntervals { get; protected set; }
Public Property ConsideredIntervals As TimeIntervalCollection
Get
Protected Set
public:
property TimeIntervalCollection^ ConsideredIntervals {
TimeIntervalCollection^ get ();
protected: void set (TimeIntervalCollection^ value);
}
member ConsideredIntervals : TimeIntervalCollection with get, set
Property Value
Type:
TimeIntervalCollectionSee Also