Share via


PackageStatus.PackageOffline Property

Definition

Indicates whether the package is offline and cannot be used.

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

Property Value

Boolean

bool

TRUE indicates that the package is offline; otherwise FALSE.

Remarks

A package is offline if any of the package's files are installed on a volume that is currently offline or cannot be accessed. For example, the package's files may have been installed on removable media that is no longer online.

Applies to