Compiler Error CS0200
Property or indexer 'property' cannot be assigned to — it is read only
An attempt was made to assign a value to a property, but the property does not have a set accessor. Resolve the error by adding a set accessor. For more information, see How to: Declare and Use Read/Write Properties (C# Programming Guide).