Olvasás angol nyelven

Megosztás a következőn keresztül:


PackageStatus.NotAvailable Property

Definition

Indicates whether the package is available.

public bool NotAvailable { get; }

Property Value

Boolean

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