  | ExperimentEndingType Enumeration | 
 
            Stores a type of experiment ending.
            
 
    Namespace: 
   Dynamicweb.Analytics.Experiments
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic enum ExperimentEndingType
Public Enumeration ExperimentEndingType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Manually | 1 | 
            Specifies that split test will be finished manually
             | 
 | AtGivenTime | 2 | 
            Specifies that split test will be finished at the specified time
             | 
 | AfterXViews | 3 | 
            Specifies that split test will be finished after defined amount of views
             | 
 | IsSignificant | 4 | 
            Specifies that split test will be finished if the result will be significant
             | 
Remarks
See Also