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


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