Tri-state bool enum to use in project properties where it can be the preferences setting should be used instead (Default) or not (true/false).
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
SyntaxPublic Enumeration TriStateBool
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Default | 0 | 
            Undefined, use the default value
             | 
 | True | 1 | 
            the value represents a true value.
             | 
 | False | 2 | 
            The value represents a false value.
             | 
Remarkscan't be removed, as it's used to deserialize elements from older projects.
See Also