InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsMandatoryEntryField Property
Example


In This Topic
    IsMandatoryEntryField Property (HostField)
    In This Topic
    Gets a value indicating whether the field is a mandatory entry field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsMandatoryEntryField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsMandatoryEntryField
    public bool IsMandatoryEntryField {get;}
    Example
    HostField host;
    bool entryField = host.IsMandatoryEntryfield;
    See Also