SmartFoxServer Silverlight 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#
Debug.WriteLine("Room id:" + room.GetId());
See Also

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)