| AppFacadeIsRequired Property |
Checks, whether this app is required by the Bench system, or not.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public bool IsRequired { get; }
Public ReadOnly Property IsRequired As Boolean
Get
Property Value
Type:
Booleantrue if the app is required by Bench; otherwise
false.
See Also