AccessQueryResultUnknownIntervals Property |
Gets the intervals during which it is unknown whether
the query is satisfied because insufficient information is available.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection UnknownIntervals { get; }
Public ReadOnly Property UnknownIntervals As TimeIntervalCollection
Get
public:
property TimeIntervalCollection^ UnknownIntervals {
TimeIntervalCollection^ get ();
}
member UnknownIntervals : TimeIntervalCollection with get
Property Value
Type:
TimeIntervalCollectionSee Also