Version

LabelFilterCondition Enumeration

An Enumeration with the possible condition for a label filter.
Syntax
'Declaration
 
Public Enum LabelFilterCondition 
   Inherits System.Enum
public enum LabelFilterCondition : System.Enum 
Members
MemberDescription
BeginsWithLeave only the labels whose display name begins with a specified value.
BetweenLeave only the labels whose display name is between two specified values.
ContainsLeave only the labels whose display name contains a specified value.
DoesNotBeginWithLeave only the labels whose display name does not begin with a specified value.
DoesNotContainLeave only the labels whose display name does not contain a specified value.
DoesNotEndWithLeave only the labels whose display name does not end with a specified value.
DoesNotEqualLeave only the labels whose display name is not equal to a specified value.
EndsWithLeave only the labels whose display name ends with a specified value.
EqualsLeave only the labels whose display name is equal to a specified value.
GreaterThanLeave only the labels whose display name is greater than a specified value.
GreaterThanOrEqualToLeave only the labels whose display name is greater than or equal to a specified value.
LessThanLeave only the labels whose display name is less than a specified value.
LessThanOrEqualToLeave only the labels whose display name is less than or equal to a specified value.
NotBetweenLeave only the labels whose display name is not between two specified values.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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