FTPClientConnection100Class.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.
Gets or sets the password for authentication.
public:
virtual property System::String ^ ServerPassword { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(4)]
public virtual string ServerPassword { [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.ServerPassword : string
Public Overridable Property ServerPassword As String
Property Value
The password for authentication.
Implements
- Attributes