Microsoft Internet Security and Acceleration Server 2004 SDK

FPCFilterExpression

The FPCFilterExpression object is a read-only object that specifies a filter expression for a log or session filter defined by an FPCFilterExpressions collection.

This object is typically an element of an FPCFilterExpressions collection.

Methods

This object has no methods.

Properties

The FPCFilterExpression object has the following properties.

Property Description
Condition Gets a value from the FpcFilterCondition enumerated type that specifies the required relationship between the parameter (criteria) and the value included in the filter expression.
Criteria Gets a value from the FpcFilterCriteria enumerated type that specifies the parameter used in the filter expression.
DateValue Gets the value for a filter expression that includes a date value.
EnumValue Gets the value for a filter expression that includes an enumeration value.
IPAddressValue Gets the value for a filter expression that includes an IP address.
NumericValue Gets the value for a filter expression that includes a numeric value.
StringValue Gets the value for a filter expression that includes a string.
ValueType Gets a value from the FpcFilterValueType enumerated type that specifies the type of value included in the filter expression.

Remarks

This object implements the IFPCFilterExpression interface.

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

COM Objects