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 地址。

适用于