wodSSHTunnel ActiveX Control - Index Property
      
 

Description

Holds the relative index of the channel.


Property type

A Long value.  


Syntax

object.Index



The Index Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Channel.

Remarks

When you define a new channel, it will be added to the collection of channels and each such channel will be allocated an index number. The index of any given channel can change during its lifetime and is not persistent. The first channel will have an index 0, the second will have an index 1 and so on. If you remove the first channel (with index 0), then all the remaining channels have their index property decremented by 1.

New channels are always added at the end of collection.

If you want an index that you can use throughout the duration of a channel's lifetime, use the Name property.