Gets or sets a condition (using the syntax of Condition that governs whether the extension provided by the factory should be automatically installed on every run.

Namespace:  Gallio.Runner.Extensions
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Condition AutoActivationCondition { get; set; }
Visual Basic (Declaration)
Public Property AutoActivationCondition As Condition

Remarks

The condition may contain references to properties of the form ${env:VariableName} which test whether a given environment variable has been defined.

See Also