• 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 License

Represents a license as defined in the License Management Portal

Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll

Constructors

License()

Declaration
public License()

Fields

ActivationKey

License Activation Key

Declaration
public string ActivationKey
Field Value
Type Description
System.String

LicenseId

The unique identifier of the license

Declaration
public string LicenseId
Field Value
Type Description
System.String

LicenseInfo

Contains the detailed license parameters e.g., features, limitations etc

Declaration
public LicenseInfo LicenseInfo
Field Value
Type Description
LicenseInfo

Revision

Revision number of the license - several versions of the license may exist due to reissues

Declaration
public int Revision
Field Value
Type Description
System.Int32
Back to top Generated by DocFX