Initializes a new instance of the NetSuiteCredential class.
Namespace:
com.celigo.net.ServiceManagerAssembly: ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public NetSuiteCredential( string email, string password, string account, string roleId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ email As String, _ password As String, _ account As String, _ roleId As String _ ) |
| Visual C++ |
|---|
public: NetSuiteCredential( String^ email, String^ password, String^ account, String^ roleId ) |
Parameters
- Type: System..::.String
The email.
- password
- Type: System..::.String
The password.
- account
- Type: System..::.String
The account.
- roleId
- Type: System..::.String
The role id.