After selecting Read property, Write property, or Read-write property from the Generate code popup menu, the user will be presented with the following dialog that allows him/her to select fields to generate properties for:

Note In the figure above, the dialog for generating Read properties is displayed; the other two dialogs differ nominally from the one shown.
Tip You can simultaneously generate properties for several fields by selecting all of them in the dialog above.
Consider the following code fragment:

After generating a read property for myInt field, a write property for myString field, and a read-write property for myList field, we obtain the following code:

Note Fields already corresponding to properties (be it read, write, or read-write properties) will not appear in the dialogs Generate Read Properties, Generate Write Properties, or Generate Read-Write Properties.
Advanced Editing Features | Automatic Code Generation | Generating Type Constructors | Implementing/Overriding Methods