共用方式為


WebServicesSection.SoapExtensionTypes 屬性

定義

取得 SoapExtensionTypeElementCollection,指定要與組態檔範圍內所有 XML Web Service 一起執行的 SOAP 擴充功能。

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

屬性值

SoapExtensionTypeElementCollection

SoapExtensionTypeElementCollection,指定要與組態檔範圍內所有 XML Web Service 一起執行的 SOAP 擴充功能。

屬性

適用於