We then use the get and set keyword to show what should happen when someone tries to read the value of the property or set the value of the property. The code inside of the curly braces is essentially the exact same code that was in the GetScore() and SetScore(int) methods, with only one difference.