InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenCharacter Class / IsProtectedField Property
Example


In This Topic
    IsProtectedField Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell marks the beginning of a protected field. Note: IScreenDataConstants.FIELD_MODE_PROTECTED
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsProtectedField As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsProtectedField
    public bool IsProtectedField {get;}
    Example
    private ScreenCharacter screen;
                
    bool protectedField = screen.IsProtectedField;
    See Also