API Reference
Enum
WindowsUpdateNotificationLevel
Describes how Automatic Updates notifies users about Windows Update activity.
Inheritance
- Enum
- WindowsUpdateNotificationLevel
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WindowsUpdateClientContext.AutomaticUpdatesNotificationLevel
- Field WindowsUpdateNotificationLevel.Disabled
- Field WindowsUpdateNotificationLevel.NotConfigured
- Field WindowsUpdateNotificationLevel.NotifyBeforeDownload
- Field WindowsUpdateNotificationLevel.NotifyBeforeInstallation
- Field WindowsUpdateNotificationLevel.Scheduled
- Property WindowsUpdateSettings.NotificationLevel
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WindowsUpdateNotificationLevel NotConfigured #Automatic Updates policy is not configured.
Value:
0public const WindowsUpdateNotificationLevel NotifyBeforeDownload #Notify before downloading updates.
Value:
2public const WindowsUpdateNotificationLevel NotifyBeforeInstallation #Notify before installing updates.
Value:
3public const WindowsUpdateNotificationLevel Scheduled #Automatically download and install on a schedule.
Value:
4