SmartFoxServer Silverlight 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: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)