ConnectionManagerFtpClass.ServerPassword Property

Definition

Sets the password for the server specified in the server name.

public:
 virtual property System::String ^ ServerPassword {  void set(System::String ^ value); };
public virtual string ServerPassword { set; }
member this.ServerPassword : string
Public Overridable Property ServerPassword As String

Property Value

The password for the server specified in the server name.

Implements

Remarks

For more information, see ConnectionManager.

Applies to