PowerPlatformRole 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.
Indicates the OEM's preferred power management profile
public enum class PowerPlatformRole
	public enum class PowerPlatformRole
	enum PowerPlatformRole
	public enum PowerPlatformRole
	type PowerPlatformRole = 
	Public Enum PowerPlatformRole
		- Inheritance
 - 
				PowerPlatformRole
 
Fields
| Name | Value | Description | 
|---|---|---|
| Unspecified | 0 | The OEM did not specify a specific role  | 
			
| Desktop | 1 | The OEM specified a desktop role  | 
			
| Mobile | 2 | The OEM specified a mobile role (for example, a laptop)  | 
			
| Workstation | 3 | The OEM specified a workstation role  | 
			
| EnterpriseServer | 4 | The OEM specified an enterprise server role  | 
			
| SOHOServer | 5 | The OEM specified a single office/home office (SOHO) server role  | 
			
| AppliancePC | 6 | The OEM specified an appliance PC role  | 
			
| PerformanceServer | 7 | The OEM specified a performance server role  | 
			
| Slate | 8 | The OEM specified a tablet form factor role  | 
			
| MaximumEnumValue | 9 | Max enum value  |