Passa al contenuto principale
Supporto OCLC

Log off

Find the syntax, use, parameters, return values, and an example for the Log off macro command in Connexion client.
Sintassi CS.Logoff
Use to Log off OCLC Connexion.

Same as using the File > Logoff menu command.
Parameters Nessuno
Return values No value
Esempio Sub Main()
     Dim CS As Object
     Set CS = GetObject(,“Connex.Client”)
     CS.Logoff
End Sub
What this example does
  • Logs off from the system (ends your session).