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 |