'Declaration Public Enum LabelFilterCondition Inherits System.Enum
public enum LabelFilterCondition : System.Enum
Member | Description |
---|---|
BeginsWith | Leave only the labels whose display name begins with a specified value. |
Between | Leave only the labels whose display name is between two specified values. |
Contains | Leave only the labels whose display name contains a specified value. |
DoesNotBeginWith | Leave only the labels whose display name does not begin with a specified value. |
DoesNotContain | Leave only the labels whose display name does not contain a specified value. |
DoesNotEndWith | Leave only the labels whose display name does not end with a specified value. |
DoesNotEqual | Leave only the labels whose display name is not equal to a specified value. |
EndsWith | Leave only the labels whose display name ends with a specified value. |
Equals | Leave only the labels whose display name is equal to a specified value. |
GreaterThan | Leave only the labels whose display name is greater than a specified value. |
GreaterThanOrEqualTo | Leave only the labels whose display name is greater than or equal to a specified value. |
LessThan | Leave only the labels whose display name is less than a specified value. |
LessThanOrEqualTo | Leave only the labels whose display name is less than or equal to a specified value. |
NotBetween | Leave only the labels whose display name is not between two specified values. |
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