Microsoft Internet Security and Acceleration Server 2000

FPCDialupNetworkConnections.Item Method

Gets the dialup connection entries in the given index from the collection. The return value is a variant that contains the name of the entry. The return value is -1 if the entry specified by the lIndex parameter does not exist.

VBScript Syntax[VBScript]

[ vitem = ] FPCDialupNetworkConnections.Item( lIndex )

C++ Syntax[C++]

HRESULT Item(
  long lIndex, 
  VARIANT *pvItem
);

Parameters

lIndex
Required. One-based index of the object to retrieve.

Return Value

vItem
Returns a variant that contains the name of the entry, or -1 if the entry specified by vIndex does not exist.

Applies To

FPCDialupNetworkConnections