Defines the values that represent different license SKUs for the Operations Manager product. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager.Common (in microsoft.enterprisemanagement.operationsmanager.common.dll)

Usage

Visual Basic
Dim instance As LicenseSku

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration LicenseSku
C#
[SerializableAttribute] 
public enum LicenseSku
C++
[SerializableAttribute] 
public enum class LicenseSku
J#
/** @attribute SerializableAttribute() */ 
public enum LicenseSku
JScript
SerializableAttribute 
public enum LicenseSku

Members

Member name Description
Developer Developer SKU
Eval Evaluation SKU
InvalidLicense Invalid license number
OEMLevel1 OEM level 1 SKU
OEMLevel2 OEM level 2 SKU
OEMLevel3 OEM level 3 SKU
OEMLevel4 OEM level 4 SKU
OEMMAX OEM maximum SKU
Retail Retail SKU
Select Select SKU

Remarks

This enumeration lists SKUs based on EULA/PID.


Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also