waitUserValidationFlag property

  1. @BuiltValueField.new(wireName: r'WaitUserValidationFlag')
bool? get waitUserValidationFlag

Indicates that the user must confirm the entered characters, when the maximum allowed length is reached. During the processing of an Input command TextString, DigitString or DecimalString with MaxLength or MaxDecimalLength present in the request.

Implementation

@BuiltValueField(wireName: r'WaitUserValidationFlag')
bool? get waitUserValidationFlag;