AccessQueryResult.SatisfactionIntervals Property |
Gets the intervals during which the query is satisfied.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection SatisfactionIntervals { get; }
Public ReadOnly Property SatisfactionIntervals As TimeIntervalCollection
Get
public:
property TimeIntervalCollection^ SatisfactionIntervals {
TimeIntervalCollection^ get ();
}
member SatisfactionIntervals : TimeIntervalCollection with get
Property Value
Type:
TimeIntervalCollection
See Also