PullSubscription.FtpPassword プロパティ

定義

FTPのパスワードを取得するか設定します。

public:
 property System::String ^ FtpPassword { System::String ^ get(); void set(System::String ^ value); };
public string FtpPassword { get; set; }
member this.FtpPassword : string with get, set
Public Property FtpPassword As String

プロパティ値

FTPのパスワードです。

適用対象