Class ProductInfo
Represents information about a product.
public class ProductInfo
- Inheritance
-
ProductInfo
- Inherited Members
Properties
- ProductId
Gets or sets the product ID.
- ProductName
Gets or sets the product name.
- ProductType
Gets the type of the product.
- ProductVersion
Gets or sets the product version.
- ProductVersionBuild
Gets or sets the build version of the product.
- ProductVersionMajor
Gets or sets the major version of the product.
- ProductVersionMinor
Gets or sets the minor version of the product.
- ProductVersionPatch
Gets or sets the patch version of the product.
- SupportsJsonProjectLoadService
Gets a value indicating whether the product supports JSON project load service.