Gets or sets whether the parent property should be notified on changes to a child namespace property.
[Visual Basic] Public ReadOnly Property NotifyParent As Boolean [C#] public bool NotifyParent {get;} [C++] public: __property bool get_NotifyParent(); [JScript] public function get NotifyParent() : Boolean;
true if the parent property should be notified on changes; otherwise, false.
NotifyParentPropertyAttribute Class | NotifyParentPropertyAttribute Members | System.ComponentModel.Design Namespace