PackageStatus.DependencyIssue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether this package depends on a package that can't be used.
public:
property bool DependencyIssue { bool get(); };
bool DependencyIssue();
public bool DependencyIssue { get; }
var boolean = packageStatus.dependencyIssue;
Public ReadOnly Property DependencyIssue As Boolean
Property Value
Boolean
bool
TRUE indicates that there is a problem with a package that this package depends on; otherwise FALSE.
Remarks
The issue with the package that this package depends on must be resolved before this package can be used.