InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / Attributes Property
Example


In This Topic
    Attributes Property (ScreenCharacter)
    In This Topic
    Gets the field attributes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Attributes As FieldAttributes
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As FieldAttributes
     
    value = instance.Attributes
    public FieldAttributes Attributes {get;}
    Example
    private ScreenCharacter screen;
    private FieldAttributes attribute;
    //Get Attributes.
    attribute = screen.Attributes;
    See Also