Microsoft Internet Security and Acceleration Server 2004 SDK

FilterType Property of IFPCFilterExpressions[C++]

FPCFilterExpressions.FilterType [Visual Basic]

[C++]

The FilterType property gets or sets a value from the FpcFilterType enumerated type that specifies whether the collection defines a session filter or a log filter.

HRESULT get_FilterType(
  FpcFilterType* pFilterType
);

HRESULT put_FilterType(
  FpcFilterType FilterType
);

Parameters

pFilterType
Pointer to a variable that on return receives a value from the FpcFilterType enumerated type specifying whether the collection defines a session filter or a log filter.
FilterType
Value from the FpcFilterType enumerated type that specifies whether the collection defines a session filter or a log filter.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The FilterType property gets or sets a value from the FpcFilterType enumerated type that specifies whether the collection defines a session filter or a log filter.

Property FilterType As FpcFilterType

Property Value

Value from the FpcFilterType enumerated type that specifies whether the filter is a log filter or a session filter.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCFilterExpressions