Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRule.AppliesAlways Property

Gets whether the rule applies at all times.

VBScript Syntax[VBScript]

[ bApplies = ] FPCSiteAndContentRule.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 TRUE by calling the SetAppliesAlways method. Choosing a schedule by calling SetSchedule will set it to FALSE.

Applies To

FPCSiteAndContentRule