Click or drag to resize
ABTestConfigurationVariants Property
Collection of AB test variants associated with given document.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public ICollection<ABTestVariant> Variants { get; }

Property Value

Type: ICollectionABTestVariant
See Also