Class Sku
A license template from which individual licenses can be generated. It specifies license parameters to be used when creating a license.
Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll
Constructors
Sku()
Declaration
public Sku()
Fields
Description
The short description of the SKU.
Declaration
public string Description
Field Value
Type | Description |
---|---|
System.String |
Id
The unique identifier of the SKU.
Declaration
public string Id
Field Value
Type | Description |
---|---|
System.String |
LicenseInfo
The license parameters defined by the SKU. These will be used when creating a license from the SKU but can be overidden before license is created.
Declaration
public LicenseInfo LicenseInfo
Field Value
Type | Description |
---|---|
LicenseInfo |
Name
The name of the SKU.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
TemplateLicenseKey
Template License Key for the SKU
Declaration
public string TemplateLicenseKey
Field Value
Type | Description |
---|---|
System.String |