SchemaImporterExtensionElement::Type Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the type of the extension.

Namespace:   System.Xml.Serialization.Configuration
Assembly:  System.Xml (in System.Xml.dll)

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

Property Value

Type: System::Type^

A type of the extension.

.NET Framework
Available since 2.0
Return to top
Show: