다음을 통해 공유


WebServiceTask.WsdlFile 속성

정의

파일 URL 또는 HTTP URL에서 읽을 WSDL(Web Services Description Language) 파일의 이름을 가져오거나 설정합니다.

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

속성 값

지정된 URL에서 다운로드할 WSDL 파일의 이름입니다.

구현

적용 대상