GetLicenseFileProductVersionNumber Property |
Product Version (Optional - this is the same as the ProductVersion property, but uses the System.Version class to create the ProductVersion string)
Namespace: com.softwarekey.Client.WebService.XmlLicenseFileServiceAssembly: 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