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 Fields

The fields of the NotifyParentPropertyAttribute class are listed below. For a complete list of NotifyParentPropertyAttribute class members, see the NotifyParentPropertyAttribute Members topic.

Public:

Default Specifies the default attribute state, that the parent property should not be notified on changes to the child class property. This field is read-only.
No Specifies that the parent property should not be notified on changes to the child class property. This field is read-only.
Yes Specifies that the parent property should be notified on changes to the child class property. This field is read-only.

See Also

NotifyParentPropertyAttribute Class | System.ComponentModel.Design Namespace