NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NotifyParentPropertyAttribute.NotifyParent

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;

Property Value

true if the parent property should be notified on changes; otherwise, false.

See Also

NotifyParentPropertyAttribute Class | NotifyParentPropertyAttribute Members | System.ComponentModel.Design Namespace