Share via


WebServicesSection.SoapExtensionTypes プロパティ

定義

構成ファイルのスコープ内のすべての XML Web サービスと共に実行する SOAP 拡張を指定する SoapExtensionTypeElementCollection を取得します。

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 サービスと共に実行する SOAP 拡張を指定する SoapExtensionTypeElementCollection

属性

適用対象