WebServicesSection::SoapExtensionImporterTypes Property

 

Gets the TypeElementCollection that specifies the SOAP extensions to run when a service description for an XML Web service within the scope of the configuration file is accessed.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
[ConfigurationPropertyAttribute("soapExtensionImporterTypes")]
property TypeElementCollection^ SoapExtensionImporterTypes {
	TypeElementCollection^ get();
}

Property Value

Type: System.Web.Services.Configuration::TypeElementCollection^

A TypeElementCollection that specifies the SOAP extensions to run when a service description for an XML Web service within the scope of the configuration file is accessed.

.NET Framework
Available since 2.0
Return to top
Show: