PackageStatus.NotAvailable Property

Definition

Indicates whether the package is available.

public:
 property bool NotAvailable { bool get(); };
bool NotAvailable();
public bool NotAvailable { get; }
var boolean = packageStatus.notAvailable;
Public ReadOnly Property NotAvailable As Boolean

Property Value

Boolean

bool

TRUE indicates that the package is not available; otherwise FALSE.

Remarks

A package may be unavailable for multiple reasons. This property reflects a set of properties that you would otherwise have to query individually to determine if the package is unavailable. For example this property reflects whether one or more of DataOffline, Disabled, or PackageOffline is set.

Applies to