Microsoft Internet Security and Acceleration Server 2004 SDK

Schedules Property of IFPCRuleElements[C++]

FPCRuleElements.Schedules [Visual Basic]

[C++]

The Schedules property gets an FPCSchedules collection that contains the schedules defined in the array.

HRESULT get_Schedules(
  IFPCSchedules** ppSchedules
);

Parameters

ppSchedules
Address of an interface pointer that on return points to an IFPCSchedules interface that represents the collection of all schedules defined in the array.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. Schedules can be added and removed by calling the methods of the IFPCSchedules interface retrieved.

ISA Server schedules are specified in terms of hour blocks defined for each day of the week and are stored as elements of the FPCSchedules collection. For an example of using the FPCSchedules collection, see Configuring Schedules.

[Visual Basic]

The Schedules property gets an FPCSchedules collection that contains the schedules defined in the array.

Property Schedules As FPCSchedules

Property Value

Reference to an FPCSchedules collection that contains the schedules defined in the array.

Remarks

This property is read-only. Schedules can be added and removed by calling the methods of the FPCSchedules collection retrieved.

ISA Server schedules are specified in terms of hour blocks defined for each day of the week and are stored as elements of the FPCSchedules collection. For an example of using the FPCSchedules collection, see Configuring Schedules.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCRuleElements