Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.Enabled Property

Gets or sets whether IP packet filtering is enabled. If the enterprise administrator forces packet filtering through the FPCEnterprise.ForcePacketFiltering property, an array administrator will not be able to disable packet filtering through this Property.

Note  When you've changed the setting by using the Enabled property, and have saved changes by using the Save method, the Firewall and Web proxy (w3proxy) services must be restarted for your change to take effect. To stop and restart the services, use the FPCArray.SendRestartNotification method.

VBScript Syntax[VBScript]

FPCIpPacketFilters.Enabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_Enabled(
 VARIANT_BOOL *pbEnabled
);
 
HRESULT put_Enabled(
 VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether IP packet filtering is enabled.

The property is read-write.

Applies To

FPCIpPacketFilters