.NET Properties - Answers to .NET Properties interview questions

You can either use fields or property procedure to add properties....
To create a property that can only be read and not altered, you need to declare it as ReadOnly....