AccessQueryStartAndMaintainAllowAccessBeforeStart Property |
Gets or sets a value indicating whether the query is considered satisfied
when the
MaintainQuery is satisfied at the start of the evaluated interval.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AllowAccessBeforeStart { get; set; }
Public Property AllowAccessBeforeStart As Boolean
Get
Set
public:
property bool AllowAccessBeforeStart {
bool get ();
void set (bool value);
}
member AllowAccessBeforeStart : bool with get, set
Property Value
Type:
BooleanSee Also