Previous Topic: CaWCheckout

Next Topic: AgentPortNumber Property


RemoteMachineName Property

Gets or sets the host name of the remote machine where the files are located.

Syntax

object.RemoteMachineName = [value]

Owning Class

CaWCheckout

Arguments

value - A string that represents the machine name.

Notes

If a remote machine is set then 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 objCheckout
Set objCheckout = objContext.GetCheckout()
objCheckout.RemoteMachineName = “MyBuildMachine”
 strRemoteMachineName = objCheckout.RemoteMachineName

More information: