Password Property
The password associated with User .
Object Oriented Interface
public function getPassword(); public function setPassword($value);
Procedural Interface
ipworks_rcp_get($res, 12 ); ipworks_rcp_set($res, 12, $value );
Default Value
''
Remarks
This property needs to be set to the password that the RemoteHost has associated with the User. This property is needed only if the Protocol used is REXEC.
Data Type
String