Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.AppliesAlways Property

Gets whether the rule applies at all times.

VBScript Syntax[VBScript]

[ bApplies = ] FPCBandwidthRule.AppliesAlways 

C++ Syntax[C++]

HRESULT get_AppliesAlways(
  VARIANT_BOOL *pbApplies
);

Parameters

bApplies
A Boolean value that specifies whether the rule applies at all times.

The property is read only. It can be set to TRUE by calling the SetAppliesAlways method. Choosing a schedule by calling ScheduleUsed will set the property to FALSE.

Applies To

FPCBandwidthRule