WebServicesSection::SoapExtensionTypes Property
.NET Framework (current version)
Gets the SoapExtensionTypeElementCollection that specifies the SOAP extensions to run with all XML Web services within the scope of the configuration file.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [ConfigurationPropertyAttribute("soapExtensionTypes")] property SoapExtensionTypeElementCollection^ SoapExtensionTypes { SoapExtensionTypeElementCollection^ get(); }
Property Value
Type: System.Web.Services.Configuration::SoapExtensionTypeElementCollection^A SoapExtensionTypeElementCollection that specifies the SOAP extensions to run with all XML Web services within the scope of the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: