| 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; }
Public ReadOnly Property IsManagedPackage As Boolean
Get
Property Value
Type:
Booleantrue if this app is managed by a package manager; otherwise
false.
See Also