EnableDisableOptionType 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.
The types of enable disable options
[System.Serializable]
public enum EnableDisableOptionType
[<System.Serializable>]
type EnableDisableOptionType =
Public Enum EnableDisableOptionType
- Inheritance
-
EnableDisableOptionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Enable | 1 | |
Disable | 2 |