|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
| Leadtools.Medical.WebViewer.ExternalControl Namespace > MedicalWebViewerExternalController Class : UserLogin Method |
public ControllerReturnCode UserLogin( string username, string password )
'Declaration Public Function UserLogin( _ ByVal username As String, _ ByVal password As String _ ) As ControllerReturnCode
'Usage Dim instance As MedicalWebViewerExternalController Dim username As String Dim password As String Dim value As ControllerReturnCode value = instance.UserLogin(username, password)
public: ControllerReturnCode UserLogin( String^ username, String^ password )