XML3 - API DLL Documentation 
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
 Constructor
 
Namespace: XMLV3API.ProductsAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public Products( string account, string username, string password )  | 
| Visual Basic | 
|---|
Public Sub New ( _ account As String, _ username As String, _ password As String _ )  | 
| Visual C++ | 
|---|
public: Products( String^ account, String^ username, String^ password )  | 
Parameters
- account
 - Type: System..::..String
Account number of customer who is logging in. 
- username
 - Type: System..::..String
User name of customer who is logging in. 
- password
 - Type: System..::..String
Password of customer who is logging in.