WebServicesSection.SoapExtensionReflectorTypes 属性

定义

获取 TypeElementCollection,该集合指定为配置文件范围内的全部 XML Web services 生成服务说明时要运行的 SOAP 扩展。

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

属性值

TypeElementCollection

TypeElementCollection,指定为配置文件范围内的全部 XML Web services 生成服务说明时要运行的 SOAP 扩展。

属性

适用于