SmartFoxServer Unity/.NET 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#
Trace.WriteLine("User id:" + user.GetId());
See Also

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