InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IProductivity Interface / ScreenHistory Property


In This Topic
    ScreenHistory Property
    In This Topic
    Gets the Screen History object, which holds configuration properties, methods, and events for the Screen History Productivity feature.
    Syntax
    'Declaration
     
    
    ReadOnly Property ScreenHistory As IScreenHistory
    'Usage
     
    
    Dim instance As IProductivity
    Dim value As IScreenHistory
     
    value = instance.ScreenHistory
    IScreenHistory ScreenHistory {get;}
    See Also