I\'m getting the following error :
\"Property does not exist in the current context\".
I checked on StackOverflow the usual causes
There are two problems with your code.
int
string
Use this instead and you'll find out about problem 1
public Audi() { this.Marque = "Audi"; }