Gets or sets the user name for the login to the remote machine where the files are located.
object.RemoteUserName = [value]
CaWCheckin
value - A string that represents the user name.
If a remote computer is set, then an agent port number, and a remote username and password must also be supplied. The Client Directory must exist on the remote computer.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin objCheckin.RemoteUserName = “George” strRemoteUserName = objCheckin.RemoteUserName
More information:
| Copyright © 2013 CA. All rights reserved. |
|