AccessStoppingConditionQuery Property |
Gets or sets the
AccessQuery that will trigger this stopping condition.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AccessQuery Query { get; set; }
Public Property Query As AccessQuery
Get
Set
public:
property AccessQuery^ Query {
AccessQuery^ get ();
void set (AccessQuery^ value);
}
member Query : AccessQuery with get, set
Property Value
Type:
AccessQuerySee Also