| 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; }
Public ReadOnly Property IsInstalled As Boolean
Get
Property Value
Type:
BooleanRemarks
This state is cached for performance reasons.
To be shure to get the real current state, call
DiscardCachedValues
upfront.
See Also