Click or drag to resize

AppFacadeIsInstalled Property

Checks, whether this app is currently installed, or not.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool IsInstalled { get; }

Property Value

Type: Boolean
Remarks
This state is cached for performance reasons. To be shure to get the real current state, call DiscardCachedValues upfront.
See Also