UpdateCheckCurrentVersion Property |
Gets or sets the Current Version of the application. This must be in the format X.X.X.X, where X may be any number from 0 to 99999.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string CurrentVersion { get; set; }
Public Property CurrentVersion As String
Get
Set
public:
property String^ CurrentVersion {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also