Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the NotificationChangeRequest class with the specified Notification object.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)
Syntax
public NotificationChangeRequest(
    Notification n
)
public:
NotificationChangeRequest(
    Notification^ n
)
Public Sub New (
    n As Notification
)
Parameters
- n 
 Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.Notification- The Notification object to change. 
See Also
NotificationChangeRequest Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top