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


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