API Reference
Enum
WindowsUpdateNotificationLevel
Describes how Automatic Updates notifies users about Windows Update activity.
Inheritance
- Enum
- WindowsUpdateNotificationLevel
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