SDMSDocManager.LogIn

This function is used to log in to SDMS.

Syntax Parameters Return value
Function SDMSDocManager.LogIn( _
    username As String, _
    password As String, _
    Optional appName As String = "", _
    Optional bLogoutExisting As Boolean = False) As String
  • username [in]

    Type: String

  • password [in]

    Type: String

  • appName [in, optional]

    Type: String

    Default value: ""

  • bLogoutExisting [in, optional]

    Type: Boolean

    Default value: False

String