PullSubscription.FtpAddress プロパティ

定義

FTP サーバーの IP アドレスを取得または設定します。

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

プロパティ値

FTP サーバーの IP アドレスです。

適用対象