Click or drag to resize

ExperimentExperimentType Property

Gets or sets the type of this experiment, A/B or Multi variate.

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

Property Value

Type: ExperimentType
The type.

Implements

IExperimentExperimentType
See Also