SmartFoxServer Unity/.NET 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#
Trace.WriteLine("Room name:" + room.GetName());
See Also

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