Share via


NamespaceElement Class

A configuration element representing the namespace tags in the config file.

Namespace:  Microsoft.Practices.Unity.Configuration
Assembly:  Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)

Syntax

'Declaration
Public Class NamespaceElement _
    Inherits NamedElement
public class NamespaceElement : NamedElement
public ref class NamespaceElement : public NamedElement
public class NamespaceElement extends NamedElement

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.Unity.Configuration.ConfigurationHelpers.DeserializableConfigurationElement
      Microsoft.Practices.Unity.Configuration.NamedElement
        Microsoft.Practices.Unity.Configuration.NamespaceElement

See Also

NamespaceElement Members

Microsoft.Practices.Unity.Configuration Namespace