Compiler Error CS0681
Visual Studio 2008
The modifier 'abstract' is not valid on fields. Try using a property instead
You cannot make a field abstract. You can, however, have an abstract property that accesses the field.