Description Holds reference to specific Interface.
Property type
A VPNInterface object.
Syntax
object.Item(ID)
The Item Property syntax has these parts:
|
object | An expression evaluating to an object of type VPNInterfaces. | ID |
Required. A Variant value containing Integer value as VPNInterface
index, or String value as name of the interface (i.e. "WeOnlyDo") |
Remarks Item property will return reference to specific
Interface object, from the collection of all currently running Interfaces. ID
should be numeric value between 0 and
Count-1. You can also
reference it by Name of
the interface.
|