Click or drag to resize

UserGetVariables Method

Retrieves all the User Variables of this user.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
List<UserVariable> GetVariables()

Return Value

Type: ListUserVariable
A list of objects representing the User Variables associated with this user.
See Also