CueAlertCondition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class CueAlertCondition
public enum CueAlertCondition
type CueAlertCondition =
Public Enum CueAlertCondition
- Inheritance
-
CueAlertCondition
Fields
Name | Value | Description |
---|---|---|
GreaterThan | 1 | |
LessThan | 2 | |
EqualTo | 3 | |
NotEqualTo | 4 | |
GreaterThanOrEqualTo | 5 | |
LessThanOrEqualTo | 6 |