Version

NumericFilterRules Enumeration

Allowable values for the RuleNumberNode.Rule property
Syntax
'Declaration
 
Public Enum NumericFilterRules 
   Inherits System.Enum
public enum NumericFilterRules : System.Enum 
Members
MemberDescription
AllAll
DoesNotEqualDoes not equal
EqualsEquals
GreaterThanGreater than
GreaterThanOrEqualToGreater than or equal to
IsNotNullAll values which are not null
IsNullAll null values
LessThanLess than
LessThanOrEqualToLess than or equal to
Requirements

Target Platforms: Windows 10, 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