SmartFoxServer Unity/.NET API
GetId Method
NamespacesSmartFoxClientAPI.DataRoomGetId()()()
Get the id of the room.
Declaration Syntax
C#Visual BasicVisual C++
public int GetId()
Public Function GetId As Integer
public:
int GetId()
Return Value
The id of the room
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
Trace.WriteLine("Room id:" + room.GetId());
See Also

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)