FpcFilterValueType enumeration
Applies to: desktop apps only
The FpcFilterValueType enumerated type contains values that specify what can be included in a query filter expression defined by an FPCFilterExpression object.
Syntax
typedef enum FpcFilterValueType {
fpcNoValueType = 0,
fpcNumeric = 1,
fpcDate = 2,
fpcString = 3,
fpcIPAddress = 4,
fpcEnum = 5,
fpcMultipleStrings = 6,
fpcMultipleEnums = 7
} FpcFilterValueType;
Constants
fpcNoValueType
A value of undefined type.fpcNumeric
A numeric value.fpcDate
A date value.fpcString
A string value.fpcIPAddress
An IP address.fpcEnum
An enumeration value.fpcMultipleStrings
A comma-delimited list of strings.fpcMultipleEnums
A comma-delimited list of enumeration values.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010