It seems there is no support yet?
I mean something like this:
property String^ Name{
String^ get(){ return this->do_stuff_there() ;}
void set(String^ value){this->do_stuff_there(value);}
}
There should be a refactoring to introduce a property to replace a variable and a "add property" for create a new property from scratch.