Properties with Enumerations
Some Properties are defined to have a set of named values. If
this is the case, the values in the property line can be either names
defined in the enumeration or actual values (the example below of an
int Property with an enumeration includes one value of each type).