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