SmartFoxServer Unity/.NET API
User Constructor (id, name)
NamespacesSmartFoxClientAPI.DataUserUser(Int32, String)
User constructor.
Declaration Syntax
C#Visual BasicVisual C++
public User(
	int id,
	string name
)
Public Sub New ( _
	id As Integer, _
	name As String _
)
public:
User(
	int id, 
	String^ name
)
Parameters
id (Int32)
the user id
name (String)
the user name

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