disableValidFlag property

  1. @BuiltValueField.new(wireName: r'DisableValidFlag')
bool? get disableValidFlag

Indicates if the Valid function key has to be deactivated (value True). During the processing of an Input command GetConfirmation, SiteManager, or GetMenuEntry.

Implementation

@BuiltValueField(wireName: r'DisableValidFlag')
bool? get disableValidFlag;