Share via


ConnectionManagerFtpClass.ServerPassword プロパティ

定義

サーバー名で指定したサーバーのパスワードを設定します。

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

プロパティ値

サーバー名で指定したサーバーのパスワードです。

実装

注釈

詳細については、「ConnectionManager」を参照してください。

適用対象