Class BooleanProperty
Boolean property type definition
Namespace: Unity.Semantic.Traits
Syntax
[Serializable]
[TraitPropertyType("Boolean")]
public class BooleanProperty : TraitPropertyDefinition, INamedProperty
Properties
Type
Type of data stored by the definition
Declaration
public override Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Overrides
Value
Boolean value
Declaration
public bool Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |