This is a example of three types of properties : public int ReadOnlyProperty { get; private set; } public int WriteOnlyProperty { private get; set; } public int ReadWriteProperty { get; set; }