Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRule.SetSchedule Method

Sets the schedule to which the rule applies. This method also sets the AppliesAlways property to FALSE.

VBScript Syntax[VBScript]

FPCProtocolRule.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
Item scope. It can have a value from the FpcItemScope enumerated type. Has a default value of fpcArrayScope.

Applies To

FPCProtocolRule