AccessQueryStartAndMaintain Properties | 
The AccessQueryStartAndMaintain type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowAccessBeforeStart | 
            Gets or sets a value indicating whether the query is considered satisfied
            when the MaintainQuery is satisfied at the start of the evaluated interval.
              | |
| DebuggingLogger | 
            Gets or sets a logger to which debugging information will be written.
              (Inherited from AccessQuery.) | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| MaintainQuery | 
            Gets or sets the AccessQuery that represents the condition for maintaining
            access. Whenever this query is satisfied while the StartQuery is also
            satisfied, the AccessQueryStartAndMaintain will be satisfied for as long as
            this query is satisfied, even after the StartQuery is no longer satisfied.
              | |
| StartQuery | 
            Gets or sets the AccessQuery that represents the condition for establishing
            access. Whenever this query is satisfied, the AccessQueryStartAndMaintain
            is considered satisfied.
              | |
| StartQueryEvaluationStartDate | 
            Gets or sets the JulianDate that will be used as the start date for evaluation.
            When Evaluate(JulianDate) is called, the
            evaluator will start at this date to determine if the StartQuery is satisfied.
              | |
| UseStartDateForIntervalEvaluation | 
            Gets or sets a value indicating whether calls to
            Evaluate(TimeIntervalCollection, ITrackCalculationProgress)
            will also start at StartQueryEvaluationStartDate. This setting either truncates the evaluation interval
            if the StartQueryEvaluationStartDate is after the interval start 
            or expands the interval if the StartQueryEvaluationStartDate is before the interval start.
              |