ValidateRangeKind 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.
Predefined range kind to use with ValidateRangeAttribute.
public enum class ValidateRangeKind
public enum ValidateRangeKind
type ValidateRangeKind =
Public Enum ValidateRangeKind
- Inheritance
-
ValidateRangeKind
Fields
Negative | 2 | Range is less than 0. |
NonNegative | 1 | Range is greater than or equal to 0. |
NonPositive | 3 | Range is less than or equal to 0. |
Positive | 0 | Range is greater than 0. |