CheckInstallationStatusProductVersion Property |
Gets or sets the product version number, which is optional. When set, this must be formatted like NNNNN.NNNNN.NNNNN.NNNNN format, where N represents a digit.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string ProductVersion { get; set; }
Public Property ProductVersion As String
Get
Set
public:
property String^ ProductVersion {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also