Compiler Error CS1007
Property accessor already defined
When you declare a property, you must also declare its accessor methods. However, a property cannot have more than one get accessor method or more than one set accessor method.
When you declare a property, you must also declare its accessor methods. However, a property cannot have more than one get accessor method or more than one set accessor method.