Share via


TypeNameProperty Class

The TypeNameProperty represents a property to display Type information within the configuration design-time.

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

Syntax

'Declaration
Public Class TypeNameProperty _
    Inherits ElementProperty
public class TypeNameProperty : ElementProperty
public ref class TypeNameProperty : public ElementProperty
public class TypeNameProperty extends ElementProperty

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ViewModel
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Property
      Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.ElementProperty
        Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.TypeNameProperty

See Also

TypeNameProperty Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace