Click or drag to resize

AccessQueryStartAndMaintainMaintainQuery Property

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.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQuery MaintainQuery { get; set; }

Property Value

Type: AccessQuery
See Also