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

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