OptionState 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.
State of some option
public enum OptionState
type OptionState =
Public Enum OptionState
- Inheritance
-
OptionState
Fields
Name | Value | Description |
---|---|---|
NotSet | 0 | |
On | 1 | |
Off | 2 | |
Primary | 3 |