Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.FilterType Property

Gets or sets the type of filter, such as a predefined or custom type.

VBScript Syntax[VBScript]

FPCIpPacketFilter.FilterType [ = PFFilterType ]

C++ Syntax[C++]

HRESULT get_FilterType(
  FpcPFFilterType *pPFFilterType
);

HRESULT put_FilterType(
  FpcPFFilterType PFFilterType
);

Parameters

PFFilterType
Filter type. It can have a value from the FpcPfFilterType enumerated type.

The property is read-write.

Applies To

FPCIpPacketFilter