| ExperimentIsCustomProvider Property |
Gets or sets a value indicating whether this
Experiment uses the custom goal provider.
Namespace:
Dynamicweb.Analytics.Experiments
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public bool IsCustomProvider { get; set; }
Public Property IsCustomProvider As Boolean
Get
Set
Property Value
Type:
Booleantrue if use custom provider; otherwise,
false.
See Also