Microsoft Internet Security and Acceleration Server 2000

FPCArrays.Remove Method

Removes the specified array from the collection.

Note  Unlike other ISA COM object Add methods, the removal of an array takes place without calling a Save method.

VBScript Syntax[VBScript]

FPCArrays.Remove( vIndex )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vIndex
);

Parameters

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

Applies To

FPCArrays