Gets or sets the host name of the remote machine where the files are located.
object.RemoteMachineName = [value]
CaWCheckin
value - A string that represents the machine name.
If a remote machine 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 machine.
A remote CA Harvest SCM File Agent must be running on the specified machine.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin objCheckin.RemoteMachineName = “MyBuildMachine” strRemoteMachineName = objCheckin.RemoteMachineName
More information:
| Copyright © 2013 CA. All rights reserved. |
|