Microsoft Internet Security and Acceleration Server 2000

FPCEnterprise.ForcePacketFiltering Property

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 ]

C++ Syntax[C++]

HRESULT get_ForcePacketFiltering(
  VARIANT_BOOL *pbForce
);

HRESULT put_ForcePacketFiltering(
  VARIANT_BOOL bForce
);

Return Values

bForce
Boolean value that specifies whether IP packet filtering is forced in an array.

The property is read-write.

Applies To

FPCEnterprise