public int Score { get; set; }
Public Property Score As Integer Get Set
public: property int Score { int get (); void set (int value); }