Derek S. answered 05/01/19
Tutor
5.0
(24)
.Net/C# expert with 20+ years experience
Hi!
A property in C#, or any object orientated language is an accessor to its class. The principal of data encapsulation and hiding is fundamental to OOP. In basic terms it's how you expose data that you want to expose in the class without exposing everything.
Derek