Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / ShowUnprotectedAttributes Property


In This Topic
    ShowUnprotectedAttributes Property
    In This Topic
    Gets or sets a value indicating if unprotected attributes are shown as dots on the terminal screen This setting is only relevant for 3270 terminal sessions
    Syntax
    'Declaration
     
    
    Property ShowUnprotectedAttributes As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.ShowUnprotectedAttributes = value
     
    value = instance.ShowUnprotectedAttributes
    bool ShowUnprotectedAttributes {get; set;}
    See Also