Enum PropertyType
Defines the various types of properties.
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: TopSolid.Pdm.Explorer.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 20, 222, 0)]
public enum PropertyType
Remarks
This enum is available since v7.20.
Fields
| Name | Description |
|---|---|
| Boolean | Boolean. |
| DateTime | Date and time. |
| Numeric | Numeric |
| String | String |
| Unclassified | Unclassified. |