[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.1.0 (6.1.1.0)

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