Click or drag to resize

SFSRoomId Property

Indicates the id of this Room.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public int Id { get; }

Property Value

Type: Int32

Implements

RoomId
Remarks
The id is unique and it is generated by the server when the Room is created.
See Also