| 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; }
Public ReadOnly Property IsDeactivated As Boolean
Get
Property Value
Type:
Booleantrue if the apps ID is marked as deactivated by the user; otherwise
false.
See Also