Initialize a new instance of Account
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public Account( int id, string token, string name, string realName ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ id As Integer, _ token As String, _ name As String, _ realName As String _ ) |
Visual C++ |
---|
public: Account( int id, String^ token, String^ name, String^ realName ) |
Parameters
- id
- Type: System..::.Int32
The user ID
- token
- Type: System..::.String
The user token
- name
- Type: System..::.String
The user name
- realName
- Type: System..::.String
The user real name