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

Represents a product as defined in the License Managaement Portal

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

Constructors

Product()

Declaration
public Product()

Fields

Description

Description of the product

Declaration
public string Description
Field Value
Type Description
System.String

Features

Available features of the product

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

Id

ID of the product

Declaration
public string Id
Field Value
Type Description
System.String

Name

Name of the product

Declaration
public string Name
Field Value
Type Description
System.String

VendorName

Name of the Vendor of the product

Declaration
public string VendorName
Field Value
Type Description
System.String

Version

Version of the product

Declaration
public string Version
Field Value
Type Description
System.String
Back to top Generated by DocFX