WebServicesSection.SoapExtensionReflectorTypes Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.TypeElementCollectionPublic ReadOnly Property SoapExtensionReflectorTypes As TypeElementCollectionProperty 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