Gets a value of type ComparisonValueTypes that determines how the condition's comparison value is interpreted. The returned value depends on the type of the condition's FormField, the set comparison value and/or the textComparisonFlag or itemComparisonFlag parameter that were specified on invoking an instance of the Condition class.

Syntax

public Condition.ComparisonValueTypes ComparisonValueType { get; }
Public ReadOnly Property ComparisonValueType() As Condition.ComparisonValueTypes

Limitations

Read only.