SerializationSectionGroup::SchemaImporterExtensions Property

 

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

Gets the object that represents the section that contains configuration elements for the XmlSchemaImporter.

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

public:
[ConfigurationPropertyAttribute("schemaImporterExtensions")]
property SchemaImporterExtensionsSection^ SchemaImporterExtensions {
	SchemaImporterExtensionsSection^ get();
}

Property Value

Type: System.Xml.Serialization.Configuration::SchemaImporterExtensionsSection^

The SchemaImporterExtensionsSection that represents the schemaImporterExtenstion element in the configuration file.

.NET Framework
Available since 2.0
Return to top
Show: