WebServicesSection.SoapTransportImporterTypes Property

Definition

Gets a TypeElementCollection object that represents the SoapTransportImporterTypes configuration element.

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

Property Value

A TypeElementCollection object that represents the SoapTransportImporterTypes configuration element.

Attributes

Applies to