HttpClientConnection100Class.GetProxyPassword Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the proxy password.
public:
 virtual System::String ^ GetProxyPassword() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100::GetProxyPassword;
	[System.Runtime.InteropServices.DispId(29)]
public virtual string GetProxyPassword();
	[<System.Runtime.InteropServices.DispId(29)>]
abstract member GetProxyPassword : unit -> string
override this.GetProxyPassword : unit -> string
	Public Overridable Function GetProxyPassword () As String
	Returns
A String containing the proxy password.
Implements
- Attributes