Log off
Find the syntax, use, parameters, return values, and an example for the Log off macro command in Connexion client.
Syntax | CS.Logoff |
---|---|
Use to | Log off OCLC Connexion. Same as using the File > Logoff menu command. |
Parameters | None |
Return values | No value |
Example | Sub Main() Dim CS As Object Set CS = GetObject(,“Connex.Client”) CS.Logoff End Sub |
What this example does |
|