Property Editor Dialog

The Property Editor dialog is used to add or edit a property.
Note how accessors are simply (re)defined by checking none, field or method.
Editing a property’s access specifier takes care of inserting, editing and deleting the fields and methods.

If you change the property signature (name, type etc) the access members will be updated accordingly.
IntelliReplace propagates the renamed field in code.

The [page:articles/creational-wizard Integrated Creational Wizard] helps initializing / finalizing the property in constructor and destructor.

Property Editor Dialog