In terms of software development, an enumeration (or "enumerated type") is essentially a fixed set of values. These values are called "members" or "elements". An enumeration is used in circumstances ...
Enumerations can be expressed in the data contract model. This topic walks through several examples that explain the programming model. One way to use enumeration types in the data contract model is ...