shortcut to create property in csharp

Code Example - shortcut to create property in csharp

                
                        ou could type "prop" and then press tab twice. That will generate the following.

public TYPE Type { get; set; }