Share via


Property.ChildProperties Property

Gets the child properties for this Property.

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 ChildProperties As IEnumerable(Of Property)
public virtual IEnumerable<Property> ChildProperties { get; }
public:
virtual property IEnumerable<Property^>^ ChildProperties {
    IEnumerable<Property^>^ get ();
}
public function get ChildProperties () : IEnumerable<Property>

See Also

Property Class

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