I have seen some people creating properties in C# really fast but I don't know how they did it.
Does anyone know what short cut are available in Visual Studio (currently using 2010) to create properties?
I am using C#.
ex.
public string myString {get;set;}
Thanks.