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

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