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