Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRule.SetSchedule Method

Sets the schedule to which the rule applies.

VBScript Syntax[VBScript]

FPCSiteAndContentRule.SetSchedule( sScheduleName, ItemScope )

C++ Syntax[C++]

HRESULT SetSchedule(
  BSTR sScheduleName, 
  FpcItemScope ItemScope
);

Parameters

sScheduleName
String specifying the name of the schedule to which the rule applies.
ItemScope
The item scope. Defines whether the schedule being set is from the local collection of schedules (array scope) or from the enterprise collection of schedules. It can have a value from the FpcItemScope enumerated type. Has a default value of fpcArrayScope.

Applies To

FPCSiteAndContentRule