WebServicesSection.SoapExtensionImporterTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 TypeElementCollection,指定當存取組態檔範圍內的 XML Web Service 之服務描述時,要執行的 SOAP 擴充功能。
public:
property System::Web::Services::Configuration::TypeElementCollection ^ SoapExtensionImporterTypes { System::Web::Services::Configuration::TypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("soapExtensionImporterTypes")]
public System.Web.Services.Configuration.TypeElementCollection SoapExtensionImporterTypes { get; }
[<System.Configuration.ConfigurationProperty("soapExtensionImporterTypes")>]
member this.SoapExtensionImporterTypes : System.Web.Services.Configuration.TypeElementCollection
Public ReadOnly Property SoapExtensionImporterTypes As TypeElementCollection
屬性值
TypeElementCollection,指定當存取組態檔範圍內的 XML Web Service 之服務描述時,要執行的 SOAP 擴充功能。
- 屬性