Property (C#)

A property is a class member that looks like a field but uses get and set accessors to control reading and writing its value. Properties are the standard way…