Click or drag to resize

RoomSettingsIsGame Property

Indicates whether the Room is a Game Room or not.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IsGame { get; set; }

Property Value

Type: Boolean
Remarks
The default value is false.
See Also