SmartFoxServer Silverlight API
GetName Method
NamespacesSmartFoxClientAPI.DataRoomGetName()()()
Get the name of the room.
Declaration Syntax
C#Visual BasicVisual C++
public string GetName()
Public Function GetName As String
public:
String^ GetName()
Return Value
The name of the room
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
Debug.WriteLine("Room name:" + room.GetName());
See Also

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