IDTSHttpClientConnection100.GetProxyPassword 方法

定义

获取代理密码。

public:
 System::String ^ GetProxyPassword();
[System.Runtime.InteropServices.DispId(29)]
public string GetProxyPassword ();
[<System.Runtime.InteropServices.DispId(29)>]
abstract member GetProxyPassword : unit -> string
Public Function GetProxyPassword () As String

返回

代理密码。

属性

注解

有关详细信息,请参阅 HttpClientConnection100Class

适用于