 | AppFacadeCanUpgrade Property |
Checks, whether this app can be upgraded to a more recent version.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic bool CanUpgrade { get; }
Public ReadOnly Property CanUpgrade As Boolean
Get
Property Value
Type:
Boolean
Remarks
This method does not check if there really is a more recent version of this app.
See Also