Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / HostField Object / IsMandatoryEntryField Property
In This Topic
    IsMandatoryEntryField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a mandatory entry field. Note: IScreenDataConstants.FIELD_MANDATORY_ENTRY
    Syntax
    expression.IsMandatoryEntryField As Boolean
    where expression is a variable that represents a HostField Object
    See Also