I've started to use partial classes features and wanted to add set property to the read-only property (with get only) generated by VS.
But it is not allowed, which is fair enough.
So to add “set” functionality I have to create method or property with different name.