I have a a couple of variables that i define in C# by:
public String firstName { get; set; } public String lastName { get; set; } public String organization
You have to use the full property syntax for this.