Enum InheritableBoolean
Namespace: Varigence.Languages.Biml
Assembly: Biml.dll
C#
public enum InheritableBoolean
Fields
| Fields | Description |
|---|---|
| False | Specifies that the value should be forced to False. |
| Inherited | Specifies that the relevant boolean value in the parent object should be used. |
| True | Specifies that the value should be forced to True. |