Compiler Error C3290
Visual Studio 2008
'type' : a trivial property cannot have reference type
A property was declared incorrectly. When you declare a trivial property, the compiler creates a variable that the property will update, and it is not possible to have a tracking reference variable in a class.
See property and % (Tracking Reference) for more information.