Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCIpPacketFilter.Enabled [ = bEnabled ]
HRESULT get_Enabled( VARIANT_BOOL *pbEnabled ); HRESULT put_Enabled( VARIANT_BOOL bEnabled );
Boolean value that specifies whether the filter is enabled.
The property is read-write.