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.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic Version ProductVersionNumber { get; set; }
Public Property ProductVersionNumber As Version
Get
Set
public:
property Version^ ProductVersionNumber {
Version^ get ();
void set (Version^ value);
}
Property Value
Type:
Version
See Also