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.
Gets the Notification object that is requested be changed.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
[DataMemberAttribute]
public Notification NotificationToChange { get; private set; }
public:
[DataMemberAttribute]
property Notification^ NotificationToChange {
Notification^ get();
private: void set(Notification^ value);
}
<DataMemberAttribute>
Public Property NotificationToChange As Notification
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.Notification
An instance of Notification.
See Also
NotificationChangeRequest Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top