Deli putem


ConfigurationProperty Class

A property model that allows a ConfigurationElement's to be set directly (bypassing the CLR property).

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

Syntax

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

Remarks

This property model can be used to expose a ConfigurationElement's property as a settable property, even though the CLR property only implements a get-acessor.

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.ConfigurationProperty

See Also

ConfigurationProperty Members

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