Click or drag to resize

UserProperties Class

The UserProperties class contains the names of predefined properties that can be used in matching expressions to search/filter users.
Inheritance Hierarchy
SystemObject
  Sfs2X.Entities.MatchUserProperties

Namespace:  Sfs2X.Entities.Match
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class UserProperties

The UserProperties type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIS_IN_ANY_ROOM
The user joined at least one Room.
Public fieldStatic memberIS_NPC
The user is a Non-Player Character (NPC).
Public fieldStatic memberIS_PLAYER
The user is a player in a Game Room.
Public fieldStatic memberIS_SPECTATOR
The user is a spectator in a Game Room.
Public fieldStatic memberNAME
The user name.
Public fieldStatic memberPRIVILEGE_ID
The user privilege id.
Top
See Also