AccessQueryResultSatisfactionIntervals Property |
Gets the intervals during which the query is satisfied.
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 SatisfactionIntervals { get; }
Public ReadOnly Property SatisfactionIntervals As TimeIntervalCollection
Get
public:
property TimeIntervalCollection^ SatisfactionIntervals {
TimeIntervalCollection^ get ();
}
member SatisfactionIntervals : TimeIntervalCollection with get
Property Value
Type:
TimeIntervalCollectionSee Also