SDMSClient.Login

Use this function to log in to SDMS.

Syntax Parameters Return value
Sub SDMSClient.Login( _
    Username As String, _
    Password As String, _
    Optional bLogoutExisting As Boolean = True)
  • Username [in]

    Type: String

  • Password [in]

    Type: String

  • bLogoutExisting [in, optional]

    Type: Boolean

    Default value: True

This function does not return a value.