InfoConnect API Guide
Attachmate.Reflection.Emulation.PTR Namespace / IPTRRoutes Interface / Item Property / Item(Int32) Property


In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As IPTRRoute
    'Usage
     
    
    Dim instance As IPTRRoutes
    Dim index As Integer
    Dim value As IPTRRoute
     
    value = instance.Item(index)
    IPTRRoute Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also