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


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