Class Property
Represents a general property.
Inheritance
Property
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 12, 0, 0)]
[KnownType(typeof(BooleanProperty))]
[KnownType(typeof(DateTimeProperty))]
[KnownType(typeof(EnumerationProperty))]
[KnownType(typeof(IntegerProperty))]
[KnownType(typeof(RealProperty))]
[KnownType(typeof(TextProperty))]
[KnownType(typeof(UserEnumerationProperty))]
public abstract class Property
Remarks
This class is available since v7.12.
Constructors
| Name | Description |
|---|---|
| Property() |
Properties
| Name | Description |
|---|---|
| Type | Gets the property type. |