AccessEvaluationResult.OverallSatisfactionIntervals Property |
Gets the overall intervals during which all constraints are 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 OverallSatisfactionIntervals { get; }
Public ReadOnly Property OverallSatisfactionIntervals As TimeIntervalCollection
Get
public:
property TimeIntervalCollection^ OverallSatisfactionIntervals {
TimeIntervalCollection^ get ();
}
member OverallSatisfactionIntervals : TimeIntervalCollection with get
Property Value
Type:
TimeIntervalCollection
See Also