Importance 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.
Defines the importance of an item.
public enum class Importance
public enum Importance
Public Enum Importance
- Inheritance
-
Importance
Fields
Name | Value | Description |
---|---|---|
Low | 0 | Low importance. |
Normal | 1 | Normal importance. |
High | 2 | High importance. |