Item Property
      
 

Description

Holds a reference to specific channel.

Property type

A VPNChannel object.  

Syntax

object.Item(ID)

The Item Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNChannels.
IDRequired. 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.

Index is 0 based - you can reference users from 0 up to Count-1.