This refactoring serves to convert traditional C# properties with private backing fields to auto-properties that were introduced in C# 3.0.
-
Place the caret at the name of a property, or select it in File Structure:

-
Do one of the following:
- On the main menu, choose ReSharper | Refactor | Convert | Property to Auto Property.
- Right-click, then click Refactor | Convert | Property to Auto Property on the context menu.
- Press Ctrl+Shift+R, then click Convert Property to Auto Property.
-
The refactoring will be carried out without requiring you to specify any further options:

