FtpTask.OperationName 속성

정의

FTP(파일 전송 프로토콜) 태스크에 대한 고유 이름을 가져오거나 설정합니다.

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

속성 값

FTP(파일 전송 프로토콜) 태스크의 고유한 이름을 포함하는 문자열입니다.

구현

적용 대상