SchemaImporterExtensionElement::Name Property

 

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

Gets or sets the name of the extension.

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

public:
[ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the extension.

The name must be unique.

.NET Framework
Available since 2.0
Return to top
Show: