ElementViewModel.ConfigurationType Property
Gets the type of the configuration element 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 Overridable ReadOnly Property ConfigurationType As Type
public virtual Type ConfigurationType { get; }
public:
virtual property Type^ ConfigurationType {
Type^ get ();
}
public function get ConfigurationType () : Type
Remarks
A ElementViewModel's ConfigurationType is often used to identify or attach behavior to ElementViewModel instances.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace