Previous Topic: AgentPortNumber Property

Next Topic: RemotePassword Property


RemoteUserName Property

Gets or sets the user name for the login to the remote machine where the files are located.

Syntax

object.RemoteUserName = [value]

Owning Class

CaWCheckout

Arguments

value - A string that represents the user 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.

Example

Dim objCheckout
Set objCheckout = objContext.GetCheckout()
objCheckout.RemoteUserName = “George”
 strRemoteUserName = objCheckout.RemoteUserName

More information: