These property emulation is standard for programming languages that don't support properties - like standard C++. In C# there you ought to constantly prefer properties as the way the best way to use of your fields. private string _name; public string Name get return _name; set _name = value; public https://trehan-floors.in/