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 주소입니다.

적용 대상