PCSystemType 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 the type of the computer in use, such as laptop, desktop, or Tablet
public enum class PCSystemType
public enum class PCSystemType
enum PCSystemType
public enum PCSystemType
type PCSystemType =
Public Enum PCSystemType
- Inheritance
-
PCSystemType
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | System type is unspecified |
Desktop | 1 | System is a desktop |
Mobile | 2 | System is a mobile device |
Workstation | 3 | System is a workstation |
EnterpriseServer | 4 | System is an Enterprise Server |
SOHOServer | 5 | System is a Small Office and Home Office (SOHO) Server |
AppliancePC | 6 | System is an appliance PC |
PerformanceServer | 7 | System is a performance server |
Maximum | 8 | Maximum enum value |