Click or drag to resize

SFSRoomUserList Property

Returns a list of User objects representing all the users currently inside this Room.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public List<User> UserList { get; }

Property Value

Type: ListUser

Implements

RoomUserList
See Also