Share via


UnityConfigurationSection.Namespaces Property

Any namespaces added to the type search list.

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("namespaces")> _
Public ReadOnly Property Namespaces As NamespaceElementCollection
[ConfigurationPropertyAttribute("namespaces")]
public NamespaceElementCollection Namespaces { get; }
[ConfigurationPropertyAttribute(L"namespaces")]
public:
property NamespaceElementCollection^ Namespaces {
    NamespaceElementCollection^ get ();
}
public function get Namespaces () : NamespaceElementCollection

See Also

UnityConfigurationSection Class

Microsoft.Practices.Unity.Configuration Namespace