wodSSHTunnel ActiveX Control - Item Property
      
 

Description

Holds a reference to a specific channel.


Property type

A Channel object.  Reference to the requested channel.


Syntax

object.Item(ID)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Channels.
ID Required. A Variant value. Channel Index or channel Name.

Remarks

The Item property returns a reference to a specific channel from the collection. You can use an integer value to get a reference based on channel Index or you can use a String expression to get a reference based on channel Name.