Class VersionInfo
Inheritance
System.Object
VersionInfo
Assembly: Simplic.Installer.dll
Syntax
public class VersionInfo : object
Properties
|
Improve this Doc
View Source
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Failed
Declaration
public bool Failed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Version
Declaration
public Version Version { get; set; }
Property Value