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


In This Topic
    IsDupField Property (HostField)
    In This Topic
    Gets a value indicating whether the field is a duplicate format control order field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDupField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsDupField
    public bool IsDupField {get;}
    Example
    HostField host;
    bool dupField = host.IsDupField;
    See Also