[This is preliminary documentation and is subject to change.]

Gets or sets the specification that the rule's variations list (from Variations has been populated with rule variations

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
bool HasVariations { get; set; }

Remarks

Note
This property is used if/when rule variations are generated asynchronously using a "worker thread"

See Also