Microsoft Internet Security and Acceleration Server 2000

FPCSchedules Collection

The FPCSchedules collection is a collection of FPCSchedule objects. Each object within this schedule defines a schedule. A schedule is defined by groups of hours defined for each day of the week. Each day of the week can have different hour blocks defined. Schedules are used by ISA to define a set of hours during which a certain configuration, such as a site and content rule, applies.

This collection is a property of the FPCPolicyElements object.

Click here to see the ISA object hierarchy.

Note to C++ Programmers

This collection implements the IFPCSchedules interface.

Methods

The following table lists the methods of the FPCSchedules collection.

Method Description
Add Creates a new schedule in the collection and returns a reference to it.
Item Retrieves the given FPCSchedule object from the collection.
Refresh Reads the collection's configuration information from persistent storage, discarding any changes to the configuration that were not saved.
Remove Removes a schedule from the collection.
Save Saves the collection's configuration to persistent storage.

Properties

The following table lists the properties of the FPCSchedules collection.

Property Description
Count Gets the number of schedule objects in the collection.
VendorParametersSets Gets a reference to an object for storing and loading custom data into the FPCSchedules collection's storage.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.