Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets whether IP packet filtering is "forced" in an array. When IP packet filtering is forced, the administrator is prevented from disabling IP packet filtering. True (forced) is the default value for arrays in the FPCArrayPolicyConfigs collection.
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.
FPCEnterprise.ForcePacketFiltering [ = bForce ]
HRESULT get_ForcePacketFiltering( VARIANT_BOOL *pbForce ); HRESULT put_ForcePacketFiltering( VARIANT_BOOL bForce );
The property is read-write.