Microsoft Internet Security and Acceleration Server 2000

FPCDialupEntries.Remove Method

Removes an FPCDialupEntry object from the collection.

Note  The Remove method will fail for the active dialup entry. For more information, see FPCDialupEntries.ActiveEntry.

VBScript Syntax[VBScript]

FPCDialupEntries.Remove( vItem )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vItem
);

Parameters

vItem
Required. Name or one-based index of the object to remove.

Applies To

FPCDialupEntries