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

Represents the detailed license parameters as defined in the License Management Portal

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

Constructors

LicenseInfo()

Declaration
public LicenseInfo()

Fields

ActivationLimit

The maximum number of activations permitted for the license as defined in License Management Portal

Declaration
public int ActivationLimit
Field Value
Type Description
System.Int32

CustomerId

The id of the customer assigned to the license

Declaration
public Guid? CustomerId
Field Value
Type Description
System.Nullable<System.Guid>

CustomTags

An array of name/value pairs that can be used to included vendor specific data in a license

Declaration
public CustomTag[] CustomTags
Field Value
Type Description
CustomTag[]

DenyServerOS

Indicates whether it is permissable for a license to run on a Windows Server OS

Declaration
public bool DenyServerOS
Field Value
Type Description
System.Boolean

Description

Description of license

Declaration
public string Description
Field Value
Type Description
System.String

Enabled

Indicates whether the license is enabled or disabled on the License Management Portal

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean

Features

The features included in the license

Declaration
public LicenseFeature[] Features
Field Value
Type Description
LicenseFeature[]

IsAnchor

Declaration
public bool IsAnchor
Field Value
Type Description
System.Boolean

IsDistributor

License is to be used with Distributor.

Declaration
public bool IsDistributor
Field Value
Type Description
System.Boolean

IsRenewable

Indicates whether the license is renewable

Declaration
public bool IsRenewable
Field Value
Type Description
System.Boolean

IssueDate

The date an existing license was issued

Declaration
public DateTime? IssueDate
Field Value
Type Description
System.Nullable<System.DateTime>

IsTrial

Indicates whether the license is an evaluation/trial type

Declaration
public bool IsTrial
Field Value
Type Description
System.Boolean

LicenseStore

The license store where the license can be installed

Declaration
public LicenseStore LicenseStore
Field Value
Type Description
LicenseStore

Limitations

Represents the usage and time limitations defined in the license

Declaration
public Limitations Limitations
Field Value
Type Description
Limitations

ProductId

ID of the product to which the license applies

Declaration
public string ProductId
Field Value
Type Description
System.String

SkuId

ID of the SKU from which the license was generated (if applicable)

Declaration
public string SkuId
Field Value
Type Description
System.String

VirtualMachinesAllowed

Indicates whether this license can be installed on a Virtual Machine

Declaration
public bool VirtualMachinesAllowed
Field Value
Type Description
System.Boolean

Implements

System.Runtime.Serialization.IExtensibleDataObject
Back to top Generated by DocFX