Class Activation
Represents an activation of a license recorded in the License Management Portal
Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll
Constructors
Activation()
Declaration
public Activation()
Fields
ActivationMode
Indicates the type of activatione e.g., online, manual
Declaration
public ActivationMode ActivationMode
Field Value
Type | Description |
---|---|
ActivationMode |
ActivationTime
The time of the license activation
Declaration
public DateTime ActivationTime
Field Value
Type | Description |
---|---|
System.DateTime |
DeviceLabel
Human readable label for a StoreId. Default value is Environment.MachineName on the activating machine. Populated by client versions 3.2.1961 or above.
Declaration
public string DeviceLabel
Field Value
Type | Description |
---|---|
System.String |
LicenseId
ID of the license activated
Declaration
public string LicenseId
Field Value
Type | Description |
---|---|
System.String |
StoreId
The ID of the license store used in the activation
Declaration
public string StoreId
Field Value
Type | Description |
---|---|
System.String |