Developer, Former MVP, now at Microsoft - Best of 2004, 2005, 2006, 2007, 2008, 2009
public string Name { get; set; }
private string XX; public string Name { get { return XX; } set { XX = value; } }