Version

FilterCondition Enumeration

The type of the filter condition
Syntax
'Declaration
 
Public Enum FilterCondition 
   Inherits System.Enum
public enum FilterCondition : System.Enum 
Members
MemberDescription
After 
At 
AtOrAfter 
AtOrBefore 
Before 
Contains 
DoesNotContain 
DoesNotEqual 
Empty 
EndsWith 
Equals 
False 
GreaterThan 
GreaterThanOrEqualTo 
LastMonth 
LastYear 
LessThan 
LessThanOrEqualTo 
NextMonth 
NextYear 
NotAt 
NotEmpty 
NotNull 
NotOn 
Null 
On 
StartsWith 
ThisMonth 
ThisYear 
Today 
True 
Yesterday 
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub