Microsoft Internet Security and Acceleration Server 2000

FPCBandwidthRule.IsDefault Property

Gets whether the rule is a preinstalled rule that cannot be deleted. You cannot change the properties of the default rule.

VBScript Syntax[VBScript]

[ bPreInstalled = ] FPCBandwidthRule.IsDefault

C++ Syntax[C++]

HRESULT get_IsDefault(
  VARIANT_BOOL *pbPreInstalled
);

Parameters

bPreInstalled
A Boolean value that specifies whether the rule is preinstalled.

The property is read-only.

Applies To

FPCBandwidthRule