• Webservices API
  • Agent Runtime API
  • Support
  • Samples
  • Software Potential Home
Show / Hide Table of Contents
  • Microsoft.Licensing.LicenseIssue
    • Activation
    • ActivationError
    • ActivationException
    • ActivationFilter
    • ActivationMode
    • ActivationRetrievalOptions
    • ActivationState
    • ActivationType
    • APINotLicensedException
    • CustomTag
    • DateRange
    • Feature
    • ILicenseManagementWS
    • InvalidCredentialsException
    • IssueGeneralServices
    • IssueSystemException
    • License
    • LicenseFeature
    • LicenseFilter
    • LicenseInfo
    • LicenseInstallType
    • LicenseRetrievalOptions
    • LicenseStatusType
    • LicenseStore
    • LicenseSummary
    • Limitations
    • NotSubscriptionLicenseTypeException
    • Product
    • ProductFilter
    • ProductRetrievalOptions
    • Sku
    • SkuFilter
    • SkuRetrievalOptions
    • SKUType

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
Back to top Generated by DocFX