Microsoft Internet Security and Acceleration Server 2000

FPCArrayPolicyConfig.ForcePacketFiltering Property

Gets or sets a Boolean value that forces packet filtering in an array.

VBScript Syntax[VBScript]

FPCArrayPolicyConfig.ForcePacketFiltering [ = bForce ] 

C++ Syntax[C++]

HRESULT get_ForcePacketFiltering(
  VARIANT_BOOL *pbForce
);

HRESULT put_ForcePacketFiltering(
  VARIANT_BOOL bForce
);

Parameters

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

The property is read-write.

Applies To

FPCArrayPolicyConfig