ResetCapability 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.
Specifies a computer's reset capability
public enum class ResetCapability
	public enum class ResetCapability
	enum ResetCapability
	public enum ResetCapability
	type ResetCapability = 
	Public Enum ResetCapability
		- Inheritance
 - 
				ResetCapability
 
Fields
| Name | Value | Description | 
|---|---|---|
| Other | 1 | Capability is a value other than provided in these enumerated values  | 
			
| Unknown | 2 | Reset capability is unknown  | 
			
| Disabled | 3 | Capability is disabled  | 
			
| Enabled | 4 | Capability is enabled  | 
			
| NotImplemented | 5 | Capability is not implemented  |