Gets or set NotificationTypes that can be processed by the notifier.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public NotificationTypes NotifyOptions { get; set; }
Public Property NotifyOptions As NotificationTypes
public: virtual property NotificationTypes NotifyOptions { NotificationTypes get () sealed; void set (NotificationTypes value) sealed; }