InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IbmClearModified Property


In This Topic
    IbmClearModified Property
    In This Topic
    Gets or sets a value indicating whether the Mdt (Modified data tag) is cleared after data is sent to the host during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
    Syntax
    'Declaration
     
    
    Property IbmClearModified As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.IbmClearModified = value
     
    value = instance.IbmClearModified
    bool IbmClearModified {get; set;}
    See Also