WindowsSoftwareUpdateProviderRegistrationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class WindowsSoftwareUpdateProviderRegistrationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 131072)]
enum class WindowsSoftwareUpdateProviderRegistrationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 131072)]
public enum WindowsSoftwareUpdateProviderRegistrationType
var value = Windows.Management.Update.WindowsSoftwareUpdateProviderRegistrationType.none
Public Enum WindowsSoftwareUpdateProviderRegistrationType
- Inheritance
-
WindowsSoftwareUpdateProviderRegistrationType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| System | 1 | |
| Windows | 2 | |
| Pending | 3 | |
| Registered | 4 | |
| Unregistered | 5 |