Click or drag to resize

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; }

Property Value

Type: Boolean
true if the app is required by another app; otherwise false.
See Also