The enumeration used to determine what type of property is being used.
| Member | Value | Description |
|---|---|---|
| ePropertyInfoValueTypeInt | 0 | Property is of type int. |
| ePropertyInfoValueTypeReal | 1 | Property is of type real. |
| ePropertyInfoValueTypeQuantity | 2 | Property is of type IAgQuantity. |
| ePropertyInfoValueTypeDate | 3 | Property is of type IAgDate. |
| ePropertyInfoValueTypeString | 4 | Property is of type string. |
| ePropertyInfoValueTypeBool | 5 | Property is of type bool. |
| ePropertyInfoValueTypeInterface | 6 | Property is an interface. |





