Article
Properties - C# Programming Guide | Microsoft Docs
A property in C# is a member that uses accessor methods to read, write, or compute the value of a private field as if it were a public data member.
Skills that you will get in this material
Author:
Microsoft