Share via


ElementViewModel.InheritedFromParentConfiguration Property

Gets or sets a value indicating that this configuratio was inherited from a parent configuration (such as machine.config).

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

Syntax

'Declaration
Public Property InheritedFromParentConfiguration As Boolean
public bool InheritedFromParentConfiguration { get; set; }
public:
property bool InheritedFromParentConfiguration {
    bool get ();
    void set (bool value);
}
public function get InheritedFromParentConfiguration () : boolean
public function set InheritedFromParentConfiguration (value : boolean)

See Also

ElementViewModel Class

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