Click or drag to resize
TermOptions Property
When type of term is option, then list of available options provided by this list

Namespace: FlexRule.Glossaries
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IEnumerable<OptionValue> Options { get; set; }

Property Value

Type: IEnumerableOptionValue
See Also