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

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