Click or drag to resize

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; }

Property Value

Type: String
Remarks
If the app has the version "latest" it is considered to have no specified version.
See Also