SFSUserProperties Property  | 
 
            Defines a generic utility object that can be used to store custom user data.
            
 
    Namespace: 
   Sfs2X.Entities
    Assembly:
   SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntaxpublic Dictionary<string, Object> Properties { get; set; }Property Value
Type: 
DictionaryString, 
ObjectImplements
UserProperties
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