Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.Enabled Property

Gets or sets whether the filter is enabled.

Note  If the enterprise administrator forces packet filtering through the FPCEnterprise.ForcePacketFiltering property, an array administrator will not be able to disable packet filtering through the FPCIpPacketFilter.Enabled property.

VBScript Syntax[VBScript]

FPCIpPacketFilter.Enabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_Enabled(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_Enabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled

Boolean value that specifies whether the filter is enabled.

The property is read-write.

Applies To

FPCIpPacketFilter