InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / IsBlockField Property
Example


In This Topic
    IsBlockField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a block field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBlockField As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsBlockField
    public bool IsBlockField {get;}
    Example
    HostField host;
    bool blockField = host.IsBlockField;
    See Also