WebServicesSection.SoapTransportImporterTypes 属性
定义
获取 TypeElementCollection 对象,该对象表示 SoapTransportImporterTypes 配置元素。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
属性值
一个表示 SoapTransportImporterTypes 配置元素的 TypeElementCollection 对象。A TypeElementCollection object that represents the SoapTransportImporterTypes configuration element.
- 属性