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.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.

[Visual Basic]
Public Shared ReadOnly Default As NotifyParentPropertyAttribute
[C#]
public static readonly NotifyParentPropertyAttribute Default;
[C++]
public: static readonly NotifyParentPropertyAttribute* Default;
[JScript]
public static var Default : NotifyParentPropertyAttribute;

See Also

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