Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.FilterMode Property

Gets the kind of the filter, either an allowing or blocking filter.

VBScript Syntax[VBScript]

[ PFFilterMode = ] FPCIpPacketFilter.FilterMode 

C++ Syntax[C++]

HRESULT get_FilterMode(
  FpcPFFilterMode *pPFFilterMode
);

Parameters

PFFilterMode
Filter mode. It can have a value from the FpcPfFilterMode enumerated type.

The property is read-only. The filter mode is set when adding a new packet filter by using the FPCIpPacketFilters.Add method.

Applies To

FPCIpPacketFilter