Share via


WebServicesSection.SoapExtensionImporterTypes 属性

定义

获取 TypeElementCollection,该集合指定访问配置文件范围内的 XML Web services 的服务说明时要运行的 SOAP 扩展。

public:
 property System::Web::Services::Configuration::TypeElementCollection ^ SoapExtensionImporterTypes { System::Web::Services::Configuration::TypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("soapExtensionImporterTypes")]
public System.Web.Services.Configuration.TypeElementCollection SoapExtensionImporterTypes { get; }
[<System.Configuration.ConfigurationProperty("soapExtensionImporterTypes")>]
member this.SoapExtensionImporterTypes : System.Web.Services.Configuration.TypeElementCollection
Public ReadOnly Property SoapExtensionImporterTypes As TypeElementCollection

属性值

TypeElementCollection,指定访问配置文件范围内的 XML Web services 的服务说明时要运行的 SOAP 扩展。

属性

适用于