Click or drag to resize

ExperimentActive Property

Gets or sets a value indicating whether this Experiment is active.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool Active { get; set; }

Property Value

Type: Boolean
true if active; otherwise, false.
See Also