WebServicesSection.SoapExtensionReflectorTypes Property

Definition

Gets the TypeElementCollection that specifies the SOAP extensions to run when a service description is generated for all XML Web services within the scope of the configuration file.

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

Property Value

A TypeElementCollection that specifies the SOAP extensions to run when a service description is generated for all XML Web services within the scope of the configuration file.

Attributes

Applies to