API Reference
Enum
WindowsUpdateHistoryServerSelection
Describes the source server used for a Windows Update history entry.
Inheritance
- Enum
- WindowsUpdateHistoryServerSelection
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 WindowsUpdateHistoryServerSelection Unknown #The source could not be determined.
Value:
0public const WindowsUpdateHistoryServerSelection Default #Uses the default Windows Update source configuration.
Value:
1public const WindowsUpdateHistoryServerSelection ManagedServer #Uses a managed update server such as WSUS.
Value:
2public const WindowsUpdateHistoryServerSelection WindowsUpdate #Uses the public Windows Update service.
Value:
3