WebServicesSection::SoapTransportImporterTypes Property

 

Gets a TypeElementCollection object that represents the SoapTransportImporterTypes configuration element.

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

public:
[ConfigurationPropertyAttribute("soapTransportImporterTypes")]
property TypeElementCollection^ SoapTransportImporterTypes {
	TypeElementCollection^ get();
}

Property Value

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

A TypeElementCollection object that represents the SoapTransportImporterTypes configuration element.

.NET Framework
Available since 2.0
Return to top
Show: