SmartFoxServer Silverlight 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#
Debug.WriteLine("Buddy id:" + buddy.GetId());
See Also

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