AFEnumerationValue Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFEnumerationValue type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Database |
This read-only property returns the AFDatabase where this object is defined.
| |
| Description |
Read/write property that provides a more detailed description of the object.
| |
| EnumerationSet |
The enumeration that this object is a member of.
| |
| ID |
Read-only property that provides a unique identifier for the object to be used for
quick access that is not dependent upon the index.
(Inherited from AFObject.) | |
| Identity |
This read-only property contains identity of the object.
(Inherited from AFObject.) | |
| IsDeleted |
This read-only property indicates whether the object has been deleted.
(Inherited from AFObject.) | |
| Name |
Read/write property that identifies the name of the object.
| |
| Parent |
The parent of a child hierarchical enumeration value.
| |
| PISystem |
This read-only property allows access to the PISystem associated with this
object.
(Inherited from AFObject.) | |
| ShortName |
The short name of a hierarchical enumeration value.
| |
| UniqueID |
Read-only property that provides the object's ID as a String.
(Inherited from AFObject.) | |
| Value |
The unique numeric value of the AFEnumerationValue within the AFEnumerationSet to which it belongs.
| |
| Values |
The list of child enumeration values.
|