ElementViewModel.ConfigurationElement Property
Gets the configuration element instance this ElementViewModel was created for.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property ConfigurationElement As ConfigurationElement
public ConfigurationElement ConfigurationElement { get; }
public:
property ConfigurationElement^ ConfigurationElement {
ConfigurationElement^ get ();
}
public function get ConfigurationElement () : ConfigurationElement
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace