Gets an object that can be used to retrieve high score rankings or search for game boards in this application.
Namespace: BuddyAssembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)
Syntax
| C# |
|---|
public GameBoards GameBoards { get; protected set; } |
| Visual Basic |
|---|
Public Property GameBoards As GameBoards Get Protected Set |
| Visual C++ |
|---|
public: property GameBoards^ GameBoards { GameBoards^ get (); protected: void set (GameBoards^ value); } |
| JavaScript |
|---|
function get_GameBoards(); function set_GameBoards(value); |