FPCFilterExpression
Internet Security and Acceleration Server 2004/2006 SDK
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 an element of an FPCFilterExpressions collection.
Methods
The FPCFilterExpression object does not define any 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. |
Interfaces for C++ Programming
This object implements the IFPCFilterExpression interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |