SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  C++ 


TElSSHTunnelConnectionList.Items

TElSSHTunnelConnectionList     See also    


 

This property gives direct access to the list of TElSSHTunnelConnection objects.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Property Items(Index As Long) As IElSSHTunnelConnectionX

[ActiveX]
    HRESULT _stdcall Items([in] long Index, [out, retval] IElSSHTunnelConnectionX ** Value);
    HRESULT _stdcall Items([in] long Index, [in] IElSSHTunnelConnectionX * Value);

[C++]
    not implemented;

   

Parameters

  • Index - index of the tunnel connection in the list.
   

Description

    Use this property to access tunnel connection objects stored in TElSSHTunnelConnectionList.

   

See also:     Count    

 
Back to top