Microsoft Internet Security and Acceleration Server 2000

FPCAccounts.Remove Method

Removes an account from the collection.

VBScript Syntax[VBScript]

FPCAccounts.Remove( iIndex )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT viIndex
);

Parameters

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

Remarks

The vIndex parameter is either in the form of an index or a name. For example, the following code specifies an account by name and is in domain\accountname format.

FPCAccounts.Remove("africa\john")

Applies To

FPCAccounts