Microsoft Internet Security and Acceleration Server 2000

FPCSchedules.Remove Method

Removes a schedule from the collection.

VBScript Syntax[VBScript]

FPCSchedules.Remove( vIndex, bVerify )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vIndex
  VARIANT_BOOL bVerify
);

Parameters

vIndex
Required. Name or one-based index of the FPCSchedule object to remove.
bVerify
Optional. Boolean value that specifies whether COM verifies, prior to removal, if the schedule is used by a rule. The default value is TRUE.

Applies To

FPCSchedules