Microsoft Internet Security and Acceleration Server 2000

FPCPolicyElements.Schedules Property

Gets a collection of all schedules in this array. ISA schedules are defined by hour blocks defined within each day of the week, and are accessed by means of the FPCSchedules collection.

For an example of using the FPCSchedules collection, see Configuring Schedules.

VBScript Syntax[VBScript]

[ collFPCSchedules = ] FPCPolicyElements.Schedules

C++ Syntax[C++]

HRESULT get_Schedules( 
  IFPCSchedules **pcollFPCSchedules
);

Parameters

collFPCSchedules
Reference to an FPCSchedules collection.

This property is read-only.

Applies To

FPCPolicyElements