Click or drag to resize

AppFacadeIsDeactivated Property

Checks, whether this app is marked as deactivated by the user, or not.

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

Property Value

Type: Boolean
true if the apps ID is marked as deactivated by the user; otherwise false.
See Also