| SFSRoomProperties Property  | 
 
            Defines a generic utility object that can be used to store custom Room data.
            
 
    Namespace: 
   Sfs2X.Entities
    Assembly:
   SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
 Syntax
Syntaxpublic Dictionary<Object, Object> Properties { get; set; }Property Value
Type: 
DictionaryObject, 
ObjectImplements
RoomProperties Remarks
Remarks
            The values added to this object are for client-side use only and are never transmitted to the server or to the other clients.
            
 See Also
See Also