Indicates whether this Room is hidden or not.
            
 
    Namespace: 
   Sfs2X.Entities
    Assembly:
   SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
 Syntax
Syntaxpublic bool IsHidden { get; set; }Property Value
Type: 
BooleanImplements
RoomIsHidden Remarks
Remarks
            This is a utility flag that can be used by developers to hide certain Rooms from the interface of their application.
            
NOTE: setting this property manually has no effect on the server and can disrupt the API functioning. This flag must be set when creating the Room.
            
 See Also
See Also