Share via


Property.PropertiesShown Property

Gets or sets a value indicating that child properties should be shown.

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

Syntax

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

See Also

Property Class

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

Property.ChildProperties