Password Property
See Also Example Applies To
A string containing the password for HTTP basic authentication to be passed as part of the request to the resource on the remote server.
Syntax
object.Password
The object placeholder represents an XMLRPCRequest object.
Remarks
If this setting is not set then HTTP basic authentication is not used. If it is used then don't forget the to set the user name as well. If you don't understand what HTTP basic authentication is then ... don't worry about this property.
|