Click or drag to resize
CheckInstallationStatusProductVersionNumber Property
Gets or sets the product version number, which is optional. This corresponds with the ProductVersion property, but uses the System.Version class to create the ProductVersion string.

Namespace: com.softwarekey.Client.WebService.XmlActivationService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public Version ProductVersionNumber { get; set; }

Property Value

Type: Version
See Also