| AppFacadeIsSuppressed Property |
Checks, whether this app is suppressed.
An app can be suppressed, because it was marked by the user as deactivated.
And it can be suppressed, because it does only support 64Bit architecture
but the configuration or the system does not allow 64Bit programs.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public bool IsSuppressed { get; }
Public ReadOnly Property IsSuppressed As Boolean
Get
Property Value
Type:
BooleanSee Also