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.2.419.0 (24.2.419.0)
Syntax public AccessQuery MaintainQuery { get; set; }
Public Property MaintainQuery As AccessQuery
Get
Set
public:
property AccessQuery^ MaintainQuery {
AccessQuery^ get ();
void set (AccessQuery^ value);
}
member MaintainQuery : AccessQuery with get, set
Property Value
Type:
AccessQuerySee Also