AccessConstraintEvaluationResultUnknownIntervals Property  | 
 
            Gets the intervals during which the access engine
            was unable to compute access for this constraint due to missing data.
            
 
    Namespace: 
   AGI.Foundation.Access
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection UnknownIntervals { get; }Public ReadOnly Property UnknownIntervals As TimeIntervalCollection
	Get
public:
property TimeIntervalCollection^ UnknownIntervals {
	TimeIntervalCollection^ get ();
}member UnknownIntervals : TimeIntervalCollection with get
Property Value
Type: 
TimeIntervalCollection
See Also