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 Dictionary<Object, Object> Properties { get; set; }
Property Value
Type:
DictionaryObject,
ObjectRemarks
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