SmartFoxServer Unity/.NET API
GetId Method
NamespacesSmartFoxClientAPI.DataBuddyGetId()()()
Get the id of the buddy.
Declaration Syntax
C#Visual BasicVisual C++
public int GetId()
Public Function GetId As Integer
public:
int GetId()
Return Value
The id of the buddy
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
Trace.WriteLine("Buddy id:" + buddy.GetId());
See Also

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