[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Represents different license Stock-Keeping Units (SKU) for the product. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.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 Microsoft Software License Terms.


Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also