Microsoft Internet Security and Acceleration Server 2000

FPCProtocolRule.AppliesAlways Property

Gets whether the rule applies at all times.

VBScript Syntax[VBScript]

[ bApplies = ]ProtocolRule.AppliesAlways 

C++ Syntax[C++]

HRESULT get_AppliesAlways( 
  VARIANT_BOOL *pbApplies
);

Parameters

bApplies
Boolean value that specifies whether a rule always applies.

The property is read-only. It can be set to VARIANT_TRUE by calling the SetAppliesAlways method. It is set to VARIANT_FALSE if you call the SetSchedule method. When this property is set to VARIANT_FALSE, the schedule defined by the ScheduleUsed property will define the times at which the rule applies.

Applies To

FPCProtocolRule