Gets or sets the password for the username used to login to the remote machine where the files are located.
object.RemotePassword = [value]
CaWCheckout
value - A string that represents the password.
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:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|