SyntaxFix
Write A Post
Hire A Developer
Questions
It's an automatically backed property, basically equivalent to:
private string type; public string Type { get{ return type; } set{ type = value; } }