API Reference
Enum
WindowsUpdateServiceRegistrationState
Represents the registration state of a Windows Update service.
Inheritance
- Enum
- WindowsUpdateServiceRegistrationState
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 WindowsUpdateServiceRegistrationState Unknown #The registration state could not be determined.
Value:
0public const WindowsUpdateServiceRegistrationState NotRegistered #The service is not registered.
Value:
1public const WindowsUpdateServiceRegistrationState RegistrationPending #The service registration is pending.
Value:
2