WebServicesSection.SoapExtensionReflectorTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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,指定为配置文件范围内的全部 XML Web services 生成服务说明时要运行的 SOAP 扩展。
- 属性