Gets or sets a condition governing the activation of the plugin, or null if there is no condition. The plugin will be disabled if a condition is provided but is not satisfied.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

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

See Also