WebServicesSection.SoapExtensionTypes 属性

定义

获取 SoapExtensionTypeElementCollection,该集合指定要与配置文件范围内全部 XML Web services 一起运行的 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 services 一起运行的 SOAP 扩展。

属性

适用于