SmartFoxServer Silverlight API
IsGame Method
NamespacesSmartFoxClientAPI.DataRoomIsGame()()()
A boolean flag indicating if the room is a "game room".
Declaration Syntax
C#Visual BasicVisual C++
public bool IsGame()
Public Function IsGame As Boolean
public:
bool IsGame()
Return Value
true if the room is a "game room"
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
if (room.IsGame())
    Debug.WriteLine("This is a game room");
See Also

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)