API Reference
Enum
WindowsUpdateServerSelection
Represents the update service that a Windows Update Agent searcher should query.
Inheritance
- Enum
- WindowsUpdateServerSelection
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.ConfiguredServerSelection
- Property WindowsUpdateEntry.ServerSelection
- Property WindowsUpdateOperationResult.ServerSelection
- Property WindowsUpdateQueryOptions.ServerSelection
- Field WindowsUpdateServerSelection.Default
- Field WindowsUpdateServerSelection.ManagedServer
- Field WindowsUpdateServerSelection.Others
- Field WindowsUpdateServerSelection.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 WindowsUpdateServerSelection Default #Use the default update service configured for the computer.
Value:
0public const WindowsUpdateServerSelection ManagedServer #Use the managed server such as WSUS.
Value:
1public const WindowsUpdateServerSelection WindowsUpdate #Use the public Windows Update service.
Value:
2public const WindowsUpdateServerSelection Others #Use another update service identified by ServiceId.
Value:
3