BoolDefault 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.
Three state boolean value.
public enum BoolDefault
type BoolDefault =
Public Enum BoolDefault
- Inheritance
-
BoolDefault
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use the default from the DefaultPrompt. |
True | 1 | Boolean true. |
False | 2 | Boolean false. |
Remarks
This is necessary because C# attributes do not support nullable properties.