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アドレスです。

適用対象