BoolDefault Enum

Definition

Three state boolean value.

public enum BoolDefault
type BoolDefault = 
Public Enum BoolDefault
Inheritance
BoolDefault

Fields

Default 0

Use the default from the DefaultPrompt.

False 2

Boolean false.

True 1

Boolean true.

Remarks

This is necessary because C# attributes do not support nullable properties.

Applies to