Click or drag to resize

SFSUserGetVariable Method

Retrieves a User Variable from its name.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public UserVariable GetVariable(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: UserVariable
The object representing the User Variable, or null if no User Variable with the passed name is associated with this user.

Implements

UserGetVariable(String)
See Also