Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.LogMatchingPackets Property

Gets or sets whether the filter will log packets that match its parameters. This applies to blocking filters only.

VBScript Syntax[VBScript]

FPCIpPacketFilter.LogMatchingPackets [ = bLogMatchingPackets ]

C++ Syntax[C++]

HRESULT get_LogMatchingPackets(
  VARIANT_BOOL *pbLogMatchingPackets
);

HRESULT put_LogMatchingPackets(
  VARIANT_BOOL bLogMatchingPackets
);

Parameters

bLogMatchingPackets
Boolean value that specifies whether the filter will log packets that it matches.

The property is read-write.

Applies To

FPCIpPacketFilter