Class BooleanProperty
Represents a Boolean property.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 12, 0, 0)]
public class BooleanProperty : Property
Remarks
This class is available since v7.12.
Constructors
| Name | Description |
|---|---|
| BooleanProperty(bool) | Initializes a new instance of the BooleanProperty class. |
Fields
| Name | Description |
|---|---|
| Value | Value. |
Properties
| Name | Description |
|---|---|
| Type | Gets the property type. |