InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IScreenHistory Interface / Index Property


In This Topic
    Index Property
    In This Topic
    Returns the zero-based index of the current history screen or -1 if the live screen is active.
    Syntax
    'Declaration
     
    
    ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As IScreenHistory
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}
    See Also