Click or drag to resize

UserProperties 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)
Syntax
C#
Dictionary<string, Object> Properties { get; set; }

Property Value

Type: DictionaryString, Object
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