WebServiceTask.WsdlFile 属性

定义

获取或设置要从文件 URL 或 HTTP URL 读取的 Web 服务描述语言 (WSDL) 文件的名称。

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 文件的名称。

实现

适用于