API Reference
Enum
WindowsUpdateServerSelection
Represents the update service that a Windows Update Agent searcher should query.
Inheritance
- Enum
- WindowsUpdateServerSelection
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