Share via


ElementModelContainer.Element Property

The contained ElementViewModel.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

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

See Also

ElementModelContainer Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace