PackageStatus.DependencyIssue Property

Definition

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.

Applies to