A generic object that can be used to store any User custom data needed at runtime.

Namespace: Sfs2X.Entities
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public Dictionary<string, Object> Properties { get; set; }

Implements

User..::..Properties

Remarks

The values added/removed in this object are for client side use only an are never transmitted to the Server.

See Also