Click or drag to resize
ABTestVariantIsOriginal Property
Indicates whether this AB test variant is original. In case of IsOriginal variant, data associated to this variant are loaded from respective properties of DocumentCultureDataInfo.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
public bool IsOriginal { get; set; }

Property Value

Type: Boolean

Implements

IABTestVariantIsOriginal
See Also