Delen via


PCSystemType Enum

Definition

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

Applies to