LicenseSku 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.
Represents different license Stock-Keeping Units (SKU) for the product.
public enum class LicenseSku
[System.Serializable]
public enum LicenseSku
type LicenseSku =
Public Enum LicenseSku
- Inheritance
-
LicenseSku
- Attributes
Fields
Name | Value | Description |
---|---|---|
InvalidLicense | 0 | Invalid license number. |
Select | 1 | Select SKU. |
Retail | 2 | Retail SKU. |
Eval | 3 | Evaluation SKU. |
Developer | 4 | Developer SKU. |
OEMLevel1 | 5 | OEM level 1 SKU. |
OEMLevel2 | 6 | OEM level 2 SKU. |
OEMLevel3 | 7 | OEM level 3 SKU. |
OEMLevel4 | 8 | OEM level 4 SKU. |
OEMMAX | 9 | OEM maximum SKU. |
Remarks
This enumeration lists SKUs based on Microsoft Software License Terms.