UserContainsVariable Method |
Indicates whether this user has the specified User Variable set or not.
Namespace:
Sfs2X.Entities
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax bool ContainsVariable(
string name
)
Parameters
- name
- Type: SystemString
The name of the User Variable whose existance must be checked.
Return Value
Type:
Booleantrue if a User Variable with the passed name is set for this user.
See Also