IDTSConnectionManagerHttp100.ProxyPassword Property
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.
Sets the password used to log on to the proxy.
public:
property System::String ^ ProxyPassword { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(10)]
public string ProxyPassword { [System.Runtime.InteropServices.DispId(10)] set; }
[<System.Runtime.InteropServices.DispId(10)>]
[<set: System.Runtime.InteropServices.DispId(10)>]
member this.ProxyPassword : string
Public Property ProxyPassword As String
Property Value
The password used to log on to the proxy.
- Attributes