ResetCapability Enum
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
C++
public enum class ResetCapability
public enum class ResetCapability
enum ResetCapability
public enum ResetCapability
type ResetCapability =
Public Enum ResetCapability
- Inheritance
-
ResetCapability
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 |
产品 | 版本 |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |