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!

NotificationAttribute Class

Specifies whether a property should send notification events when changed.

Object
   Attribute
      MemberAttribute
         NotificationAttribute

[Visual Basic]
Public Class NotificationAttribute
   Inherits MemberAttribute
[C#]
public class NotificationAttribute : MemberAttribute
[C++]
public __gc class NotificationAttribute : public MemberAttribute
[JScript]
public class NotificationAttribute extends MemberAttribute

Remarks

Members that have no notification attribute or that are marked with Notification(???) should send notification events when changed. Members that are marked with Notification(???) do not need to send notification events. The default is Yes.For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute | PropertyDescriptor