WebServicesSection.SoapExtensionTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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,指定要與組態檔範圍內所有 XML Web Service 一起執行的 SOAP 擴充功能。
- 屬性