SoapExtensionTypeElement::Type Property

 

Gets or sets the SOAP extension class to add to the SoapExtensionType element of the Web Services configuration file.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
[ConfigurationPropertyAttribute("type", IsKey = true)]
property Type^ Type {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

A String that contains the type name of the SoapExtensionType element.

.NET Framework
Available since 2.0
Return to top
Show: