CoverageDataUnknownIntervals Property |
Gets or sets the intervals during which it is unknown whether
the query is satisfied because insufficient information is available.
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 UnknownIntervals { get; protected set; }
Public Property UnknownIntervals As TimeIntervalCollection
Get
Protected Set
public:
property TimeIntervalCollection^ UnknownIntervals {
TimeIntervalCollection^ get ();
protected: void set (TimeIntervalCollection^ value);
}
member UnknownIntervals : TimeIntervalCollection with get, set
Property Value
Type:
TimeIntervalCollectionSee Also