public bool Winner { get; set; }
Public Property Winner As Boolean Get Set
public: property bool^ Winner { bool^ get (); void set (bool^ value); }