Microsoft Internet Security and Acceleration Server 2000 |
Removes an account from the collection.
FPCAccounts.Remove( iIndex )
HRESULT Remove( VARIANT viIndex );
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")