PackageStatus.NotAvailable 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 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
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.