Gets the FormField whose property value is to be compared with the condition's comparison value.

Syntax

public FormField FormField { get; }
Public ReadOnly Property FormField() As FormField

Limitations

Read only.

Remarks

The value represents the constructor's formField parameter value. It has to be part of the document when the ConditionalInstruction instance that is related to this Condtition object is added to the FormFieldCollection.ConditionalInstructions collection.