WsdlExporter.GeneratedWsdlDocuments 属性

定义

调用一个导出方法后,获取 ServiceDescription 对象的集合。

public:
 property System::Web::Services::Description::ServiceDescriptionCollection ^ GeneratedWsdlDocuments { System::Web::Services::Description::ServiceDescriptionCollection ^ get(); };
public System.Web.Services.Description.ServiceDescriptionCollection GeneratedWsdlDocuments { get; }
member this.GeneratedWsdlDocuments : System.Web.Services.Description.ServiceDescriptionCollection
Public ReadOnly Property GeneratedWsdlDocuments As ServiceDescriptionCollection

属性值

ServiceDescriptionCollection

ServiceDescription 对象的集合。

注解

GeneratedWsdlDocuments 属性所返回的文档仅可作为调用 ExportContractExportEndpointExportEndpoints 的结果。

适用于