ValidationState 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.
ValidationState to indicate whether the constraint validation will be enabled for meta-class
public enum class ValidationState
public enum ValidationState
type ValidationState =
Public Enum ValidationState
- Inheritance
-
ValidationState
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Disable the contraint validation |
Enabled | 1 | Enable the contraint validation |
Inherited | 2 | Will assume the constraint validation status from the parent meta class |