Sets the ProxyPassword property.
            Used in conjunction with the ProxyUsername
            property to authenticate requests with the
            specified Proxy server.
            
 Declaration Syntax
 Declaration Syntax| C# | 
[ObsoleteAttribute("Use WithProxyCredentials instead")] public AmazonS3Config WithProxyPassword( string password )
 Parameters
 Parameters- password (String)
- ProxyPassword property
 Return Value
 Return Valuethis instance
 Remarks
 Remarks
            If this property isn't set, String.Empty is used as
            the proxy password. This property isn't
            used if ProxyUsername is null or empty.