API Reference
Enum
WindowsUpdateHistoryServerSelection
Describes the source server used for a Windows Update history entry.
Inheritance
- Enum
- WindowsUpdateHistoryServerSelection
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 WindowsUpdateHistoryEntry.InstalledFrom
- Field WindowsUpdateHistoryServerSelection.Default
- Field WindowsUpdateHistoryServerSelection.ManagedServer
- Field WindowsUpdateHistoryServerSelection.Others
- Field WindowsUpdateHistoryServerSelection.Unknown
- Field WindowsUpdateHistoryServerSelection.WindowsUpdate
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