PullSubscription.FtpPort 속성

정의

FTP 서버의 포트 번호를 가져오거나 설정합니다.

public:
 property int FtpPort { int get(); void set(int value); };
public int FtpPort { get; set; }
member this.FtpPort : int with get, set
Public Property FtpPort As Integer

속성 값

FTP 서버의 포트 번호입니다.

적용 대상