Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRules.EnableBandwidthControl Property

Gets or sets whether bandwidth control is enabled. Bandwidth control is an ISA Server mechanism that informs the Windows 2000 QoS packet scheduling service how to prioritize connections that pass through ISA Server.

VBScript Syntax[VBScript]

FPCBandwidthRules.EnableBandwidthControl [ = bEnabled]

C++ Syntax[C++]

HRESULT get_EnableBandwidthControl(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_EnableBandwidthControl(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean that specifies whether bandwidth control is enabled.

The property is read-write.

Applies To

FPCBandwidthRules