IDTSHttpClientConnection100.GetServerPassword Method

Definition

Gets the server password.

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

Returns

The server password.

Attributes

Remarks

For more information, see HttpClientConnection100Class.

Applies to