CorrigoServiceLogInCompany Method |
Login into HOST-INDEPENDENT WSDL with Company Name, i.e. http://www.corrigonet.corrigo.com/...
Namespace: CorrigoServiceAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommandResponse LogInCompany(
string username,
string password,
string companyname
)
Public Function LogInCompany (
username As String,
password As String,
companyname As String
) As CommandResponse
No code example is currently available or this language may not be supported.
Parameters
- username String
- Login of the user.
- password String
- Password of the user.
- companyname String
- Company for login.
Return Value
CommandResponseReturns instance of a LoginResponse with login results.
See Also