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 のパスワードです。

適用対象