Share via


ContainerElementCollection.Default Property

Return the default container in the collection. The default is the one without a name.

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

Syntax

'Declaration
Public ReadOnly Property Default As ContainerElement
public ContainerElement Default { get; }
public:
property ContainerElement^ Default {
    ContainerElement^ get ();
}
public function get Default () : ContainerElement

See Also

ContainerElementCollection Class

Microsoft.Practices.Unity.Configuration Namespace