Previous Topic: RemoteUserName Property

Next Topic: SetCheckinMode Method


RemotePassword Property

Gets or sets the password for the username used to login to the remote machine where the files are located.

Syntax

object.RemotePassword = [value]

Owning Class

CaWCheckin

Arguments

value - A string that represents the password.

Notes

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: