Click or drag to resize

AppFacadeIsManagedPackage Property

Checks, if this app is a packaged managed by some kind of package manager.

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

Property Value

Type: Boolean
true if this app is managed by a package manager; otherwise false.
See Also