Invalid Code class Foo : GLib.Object { public string test { get; } public Foo () { } } void main () { var foo = new Foo (); foo.test= ""; }