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