ConnectionManagerFtpClass.ServerPassword 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 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.