| AppFacadeVersion Property |
Gets the version string of the app, or null if the app has no specified version.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public string Version { get; }
Public ReadOnly Property Version As String
Get
Property Value
Type:
StringRemarks
If the app has the version "latest" it is considered to have no specified version.
See Also