InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / ViewCount Property


In This Topic
    ViewCount Property
    In This Topic
    Gets the number of views that are running.
    Syntax
    'Declaration
     
    
    ReadOnly Property ViewCount As Integer
    'Usage
     
    
    Dim instance As IFrame
    Dim value As Integer
     
    value = instance.ViewCount
    int ViewCount {get;}
    See Also