SmartFoxServer Silverlight API
GetId Method
NamespacesSmartFoxClientAPI.DataUserGetId()()()
Get the id of the user.
Declaration Syntax
C#Visual BasicVisual C++
public int GetId()
Public Function GetId As Integer
public:
int GetId()
Return Value
The id of the user
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
Debug.WriteLine("User id:" + user.GetId());
See Also

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